Compartilhar via


TryGetValueProvider.CreateInstance(Type) Método

Definição

Retorna um TryGetValueDelegate para o 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

O tipo de destino que deve ser um IDictionary<TKey,TValue>.

Retornos

O TryGetValueDelegate.

Aplica-se a