Class IdentifierCollection Last update: 03.07.2024 Namespace: VM.Collections Assembly: VM.dll public class IdentifierCollection<TItem> : KeyedCollection<Identifier, TItem> where TItem : IHasID Type Parameters TItem Inheritance object ← Collection<TItem> ← KeyedCollection<Identifier, TItem> ← IdentifierCollection<TItem> Constructors IdentifierCollection() public IdentifierCollection() Methods GetKeyForItem(TItem) protected override Identifier GetKeyForItem(TItem item) Parameters item TItem Returns Identifier