Key
Gets the key that uniquely identifies the item in the collection.
Declaration
TKey Key { get; }Property Value
| Type | Description |
|---|---|
| TKey | The unique key for this item. Items with the same key will be merged using ApplyChanges(object, in ApplyChangesContext) when combining collection layers. |