Skip to content

Properties_T_CodeJam_Collections_OwnedCollection_3

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

OwnedCollection(TOwner, TKey, TItem) Properties

The OwnedCollection(TOwner, TKey, TItem) generic type exposes the following members.

Properties

 

Name Description
Public property Comparer Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from KeyedCollection(TKey, TItem).)
Public property Count Gets the number of elements actually contained in the Collection(T). (Inherited from Collection(TItem).)
Protected property Dictionary Gets the lookup dictionary of the KeyedCollection(TKey, TItem). (Inherited from KeyedCollection(TKey, TItem).)
Public property Item(TKey) Gets the element with the specified key. (Inherited from KeyedCollection(TKey, TItem).)
Public property Item(Int32) Gets or sets the element at the specified index. (Inherited from Collection(TItem).)
Protected property Items Gets a IList(T) wrapper around the Collection(T). (Inherited from Collection(TItem).)
Protected property Owner Gets owner for the collection. (Inherited from OwnedCollectionBase(TOwner, TKey, TItem).)
  Back to Top

See Also

Reference

OwnedCollection(TOwner, TKey, TItem) Class
CodeJam.Collections Namespace

Clone this wiki locally