TryGetValueProvider.CreateInstance(Type) 方法

定义

返回 TryGetValueDelegate 指定 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

参数

targetType
Type

预期 IDictionary<TKey,TValue>为 的目标类型。

返回

TryGetValueDelegate

适用于