Sequence T  PropertiesA Sandcastle Documented Class Library

The Sequence T  generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the length of this sequence. If this sequence represents an infinite set or series, this will never return!
Public propertyHasDefiniteSize
Tests whether this sequence is known to have a finite size.
Public propertyHead
Returns the first element of this sequence.
Public propertyInit
Returns this sequence without its last element.
Public propertyIsEmpty
Tests whether the sequence is empty.
Public propertyIsTailDefined
Checks whether this sequence's tail has been evaluated.
Public propertyItem
Gets the element at the specified index.
Public propertyNonEmpty
Tests whether the sequence is not empty.
Public propertyTail
Returns a sequence of all elements except the first.
Top
See Also