[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.OwnedKeyedCollection-2.GetKeyForItem

GetKeyForItem Method

GetKeyForItem(TItem)

When implemented in a derived class, extracts the key from the specified element.

Declaration
protected abstract TKey GetKeyForItem(TItem item)
Protected MustOverride Function GetKeyForItem(item As TItem) As TKey
Parameters
Type Name Description
TItem item

The element from which to extract the key.

Returns
Type Description
TKey

The key for the specified element.