LocalizedEntryCollection<T>.GetKeyForItem(T) Method

Definition

Gets the key for the specified item.

protected:
 override System::Globalization::CultureInfo ^ GetKeyForItem(T item);
protected override System.Globalization.CultureInfo GetKeyForItem (T item);
override this.GetKeyForItem : 'T -> System.Globalization.CultureInfo
Protected Overrides Function GetKeyForItem (item As T) As CultureInfo

Parameters

item
T

The entry for which the key is to be returned.

Returns

A CultureInfo that represents the key.

Applies to