TryGetValueProvider Class

Definition

Static class that provides caching for TryGetValue. This class cannot be inherited.

public ref class TryGetValueProvider abstract sealed
public static class TryGetValueProvider
type TryGetValueProvider = class
Public Class TryGetValueProvider
Inheritance
TryGetValueProvider

Methods

CreateInstance(Type)

Returns a TryGetValueDelegate for the specified IDictionary<TKey,TValue> type.

Applies to