SynchronizedKeyedCollection(Of K, T).GetKeyForItem Method (T)

 

When overridden in a derived class, gets the key for a specified item.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Protected MustOverride Function GetKeyForItem (
	item As T
) As K

Parameters

item
Type: T

The item of type T whose key is being retrieved.

Return Value

Type: K

The key of type K for the specified item of type T.

.NET Framework
Available since 3.0
Return to top
Show: