Condividi tramite


TryGetValueProvider.CreateInstance(Type) Metodo

Definizione

Restituisce un TryGetValueDelegate oggetto per il tipo specificato IDictionary<TKey,TValue> .

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

Parametri

targetType
Type

Tipo di destinazione previsto come oggetto IDictionary<TKey,TValue>.

Restituisce

Oggetto TryGetValueDelegate.

Si applica a