Click or drag to resize
DigitalRuneNamedObjectCollectionTGetKeyForItem Method
When implemented in a derived class, extracts the key from the specified element.

Namespace: DigitalRune.Collections
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
protected override string GetKeyForItem(
	T item
)

Parameters

item
Type: T
The element from which to extract the key.

Return Value

Type: String
The key for the specified element.
See Also