Collection<T> Properties
Represents the universal collection, which may be used as a base class for other collection classes.Name | Description |
---|---|
Count | Gets the number of items contained within the collection. Inherited from StateManagedCollectionBase. |
IsEmpty | Gets a value indicating whether the collection is empty. Inherited from StateManagedCollectionBase. |
Item[Int32] | Provides indexed access to individual items within the Collection<T>. |
Owner | Gets the collection’s owner. Inherited from Collection. |
See Also