BlockKeyedCollection<T>.GetKeyForItem Method

When implemented in a derived class, extracts the key from the specified element.
Protected Overrides Function GetKeyForItem( _ 
ByVal item As T _ 
) As String
This language is not supported or no code example is available.
protected override string GetKeyForItem( 
T item 
)
This language is not supported or no code example is available.

Parameters

item
T

The element from which to extract the key.

Return Value

string

The key for the specified element.

.NET Framework

Supported in: 4.8

In this article

Definition