다음을 통해 공유


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

적용 대상