Partager via


TryGetValueProvider.CreateInstance(Type) Méthode

Définition

Retourne un TryGetValueDelegate pour le type spécifié 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

Paramètres

targetType
Type

Type cible qui est censé être un IDictionary<TKey,TValue>.

Retours

L’TryGetValueDelegateopérateur

S’applique à