Share via


TryGetValueProvider.CreateInstance(Type) Method

Definition

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

public:
 static Microsoft::AspNetCore::Mvc::ViewFeatures::TryGetValueDelegate ^ CreateInstance(Type ^ targetType);
public static Microsoft.AspNetCore.Mvc.ViewFeatures.TryGetValueDelegate CreateInstance (Type targetType);
static member CreateInstance : Type -> Microsoft.AspNetCore.Mvc.ViewFeatures.TryGetValueDelegate
Public Shared Function CreateInstance (targetType As Type) As TryGetValueDelegate

Parameters

targetType
Type

The target type that is expected to be a IDictionary<TKey,TValue>.

Returns

The TryGetValueDelegate.

Applies to