Tests whether this sequence is known to have a finite size.
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax bool HasDefiniteSize { get; }
bool HasDefiniteSize { get; }
ReadOnly Property HasDefiniteSize As Boolean
Get
ReadOnly Property HasDefiniteSize As Boolean
Get
property bool HasDefiniteSize {
bool get ();
}
property bool HasDefiniteSize {
bool get ();
}
abstract HasDefiniteSize : bool with get
abstract HasDefiniteSize : bool with get
Property Value
Type:
BooleanSee Also