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