Returns the length of this sequence.
If this sequence represents an infinite set or series, this will never return!
Namespace: SequencesAssembly: Sequences (in Sequences.dll) Version: 1.0.1.0 (1.0.1)
Syntax public int Count { get; }
public int Count { get; }
Public ReadOnly Property Count As Integer
Get
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
public:
virtual property int Count {
int get () sealed;
}
abstract Count : int with get
override Count : int with get
abstract Count : int with get
override Count : int with get
Property Value
Type:
Int32Implements
ISequence T CountSee Also