Compartir a través de


TryGetValueProvider.CreateInstance(Type) Método

Definición

Devuelve un TryGetValueDelegate para el tipo especificado 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

Parámetros

targetType
Type

Tipo de destino que se espera que sea .IDictionary<TKey,TValue>

Devoluciones

TryGetValueDelegate.

Se aplica a