Sequence Properties

Public Properties

  Name Description
public property Count Returns the count of elements in the sequence.
public property IsReadOnly Always returns true.
public property Item Return the element at the given index. If the index is out of bounds, an exception is thrown.

See Also

Reference

Sequence Generic Class
Microsoft.Modeling Namespace
SequenceContainer