[]
Extracts the key from the specified element.
protected override Guid GetKeyForItem(T item)
Protected Overrides Function GetKeyForItem(item As T) As Guid
| Type | Name | Description |
|---|---|---|
| T | item | The element from which to extract the key. |
| Type | Description |
|---|---|
| Guid | The key for the specified element. |