Checks whether this sequence's tail has been evaluated.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax bool IsTailDefined { get; }
bool IsTailDefined { get; }
ReadOnly Property IsTailDefined As Boolean
Get
ReadOnly Property IsTailDefined As Boolean
Get
property bool IsTailDefined {
bool get ();
}
property bool IsTailDefined {
bool get ();
}
abstract IsTailDefined : bool with get
abstract IsTailDefined : bool with get
Property Value
Type:
BooleanSee Also