public ArgumentInfo(
string text,
bool isUndefinedArgumentSupported
)Public Sub New (
text As String,
isUndefinedArgumentSupported As Boolean
)public:
ArgumentInfo(
String^ text,
bool isUndefinedArgumentSupported
)new :
text : string *
isUndefinedArgumentSupported : bool -> ArgumentInfo