Collection<T> Properties

The Collection<<'T>> type exposes the following members.

Properties

Name Description
Public property Count (Inherited from Collection<T>.)
Public property Item

Gets or sets the item at the specified index.

Protected property Items (Inherited from Collection<T>.)

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private property IList..IsFixedSize (Inherited from Collection<T>.)
Explicit interface implemetation Private property ICollection<<'T>>..IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetation Private property IList..IsReadOnly (Inherited from Collection<T>.)
Explicit interface implemetation Private property ICollection..IsSynchronized (Inherited from Collection<T>.)
Explicit interface implemetation Private property IList..Item (Inherited from Collection<T>.)
Explicit interface implemetation Private property ICollection..SyncRoot (Inherited from Collection<T>.)

See Also

Reference