Class ObservableKeyedCollection<TKey, TItem\>
Last update: 16.07.2025Namespace: VM.Collections
Assembly: VM.dll
public class ObservableKeyedCollection<tkey titem> : ObservableKeyedCollectionBase<tkey titem>
Type Parameters
TKey
TItem
Inheritance
object ←
Collection
Inherited Members
ObservableKeyedCollectionBase
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
ObservableKeyedCollection(Func)
public ObservableKeyedCollection(Func<titem tkey> getKeyForItem)
Parameters
getKeyForItem Func
Methods
GetKeyForItem(TItem)
protected override TKey GetKeyForItem(TItem item)
Parameters
item TItem
Returns
TKey