The properties of System.Collections.ObjectModel.Collection<T> are listed below. For a list of all members, see the Collection<T> Members list.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of elements actually contained in the System.Collections.ObjectModel.Collection`1. |
default property | Item(int) | T. Documentation for this section has not yet been entered. |
[read-only] | Items | IList<T>.
Gets a IList`1 wrapper around the System.Collections.ObjectModel.Collection`1. |