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