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 public bool HasDefiniteSize { get; }
public bool HasDefiniteSize { get; }
Public ReadOnly Property HasDefiniteSize As Boolean
Get
Public ReadOnly Property HasDefiniteSize As Boolean
Get
public:
virtual property bool HasDefiniteSize {
bool get () sealed;
}
public:
virtual property bool HasDefiniteSize {
bool get () sealed;
}
abstract HasDefiniteSize : bool with get
override HasDefiniteSize : bool with get
abstract HasDefiniteSize : bool with get
override HasDefiniteSize : bool with get
Property Value
Type:
BooleanImplements
ISequence T HasDefiniteSizeSee Also