Definition.IsFunction Property
Returns a type of the definition: Function (true) or Variable (false).
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public bool IsFunction { get; }
Public ReadOnly Property IsFunction As Boolean
Get
public:
property bool IsFunction {
bool get ();
}
member IsFunction : bool with get
Property Value
Boolean