[]
        
(Showing Draft Content)

C1.Schedule.BaseCollection-1.GetKeyForItem

GetKeyForItem Method

GetKeyForItem(T)

Extracts the key from the specified element.

Declaration
protected override Guid GetKeyForItem(T item)
Parameters
Type Name Description
T item

The element from which to extract the key.

Returns
Type Description
Guid

The key for the specified element.

Overrides