次の方法で共有


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

適用対象