TryGetValueProvider.CreateInstance(Type) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a TryGetValueDelegate for the specified IDictionary<TKey,TValue> type.
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.TryGetValueDelegatePublic Shared Function CreateInstance (targetType As Type) As TryGetValueDelegateParameters
- targetType
- Type
The target type that is expected to be a IDictionary<TKey,TValue>.
Returns
The TryGetValueDelegate.