MethodMetadata..::..IsPure Property

Gets a value indicating whether this method is pure.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public bool IsPure { get; }
Public ReadOnly Property IsPure As Boolean
	Get

Field Value

true if this method has a PureAttribute; otherwise, false.