Definition.IsFunction Property

Returns a type of the definition: Function (true) or Variable (false).

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public bool IsFunction { get; }

Property Value

Boolean

See Also