GetKeyForItem Method (BaseCollection<T>)
Extracts the key from the specified element.
'Declaration
Protected Overrides Function GetKeyForItem( _
ByVal As _
) As Guid
protected override Guid GetKeyForItem(
)
Parameters
- item
- The element from which to extract the key.
Return Value
The key for the specified element.