ArgumentInfo.IsUndefinedArgumentSupported Property
Determines whether function can be handled even if the value of current function's argument or its part is not defined.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool IsUndefinedArgumentSupported { get; set; }
Public Property IsUndefinedArgumentSupported As Boolean
Get
Set
public:
property bool IsUndefinedArgumentSupported {
bool get ();
void set (bool value);
}
member IsUndefinedArgumentSupported : bool with get, set
Property Value
Boolean