This documentation is for the old version. Go to the latest Graphics Mill docs

Collection<T> Properties

The Collection<T> type exposes the following members.

Properties

Name Description
Public property Count

Gets the number of items actually contained in the Collection<T>.

Public property IsReadOnly

Gets a value indicating whether the collection is read-only.

Public property Item

Gets or sets the item at the specified index.

See Also

Reference