ArgumentInfo(String, Boolean) Constructor

Initializes a new instance of the ArgumentInfo class

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public ArgumentInfo(
	string text,
	bool isUndefinedArgumentSupported
)

Parameters

text  String
 
isUndefinedArgumentSupported  Boolean
 

See Also