TypeMapping.GetOrCreateProxyTypeMapping<TTypeMapGroup> 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.
public:
generic <typename TTypeMapGroup>
static System::Collections::Generic::IReadOnlyDictionary<Type ^, Type ^> ^ GetOrCreateProxyTypeMapping();
public static System.Collections.Generic.IReadOnlyDictionary<Type,Type> GetOrCreateProxyTypeMapping<TTypeMapGroup>();
static member GetOrCreateProxyTypeMapping : unit -> System.Collections.Generic.IReadOnlyDictionary<Type, Type>
Public Shared Function GetOrCreateProxyTypeMapping(Of TTypeMapGroup) () As IReadOnlyDictionary(Of Type, Type)
Type Parameters
- TTypeMapGroup