AdvisableKeyedCollection<TKey, TItem>.GetKeyForItem Method |
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.10.14.0 (6.10.14.0)
protected abstract TKey GetKeyForItem( TItem item )
Parameters
- item
- Type: TItem
The element from which to extract the key.
Return Value
Type: TKeyThe key for the specified element.