ServiceDescriptionBaseCollection.GetKey(Object) Method

Definition

Returns the name of the key associated with the value passed by reference.

C#
protected virtual string GetKey(object value);

Parameters

value
Object

An object for which to return the name of the key.

Returns

A null reference.

Remarks

The default implementation of this method is intended to be overridden by a derived class in order to return the name of the key associated with the value parameter. The default implementation returns null (Nothing in Visual Basic). This protected method is accessible only through this class or a derived class.

Applies to

Produkt Verzie
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)