Udostępnij za pośrednictwem


TryGetValueProvider.CreateInstance(Type) Metoda

Definicja

Zwraca wartość typu TryGetValueDelegate dla określonego IDictionary<TKey,TValue> typu.

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

Parametry

targetType
Type

Oczekiwany typ docelowy IDictionary<TKey,TValue>to .

Zwraca

Element TryGetValueDelegate.

Dotyczy