ISequenceCollection Properties

The ISequenceCollection type exposes the following members.

Properties
  NameDescription
Public propertyAsIEnumerable
Returns IEnumerable interface. Read-only IEnumerable.
Public propertyCount
Returns the number of elements in a collection Read-only Int32.
Public propertyItem
Returns a sequense at the specified index.
See Also