ReadOnlyMetadataCollection<T>.GetValue(String, Boolean) Method

Definition

Retrieves an item from this collection by using the specified identity.

C#
public virtual T GetValue(string identity, bool ignoreCase);

Parameters

identity
String

The identity of the item to be searched for.

ignoreCase
Boolean

true to perform the case-insensitive search; otherwise, false.

Returns

T

An item from this collection.

Applies to

Product Versions
.NET Framework 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