'DeclarationPublic Overridable Sub LoadFromType( _ ByVal type As Type, _ ByVal mappingProvider As AbstractMappingProvider _ )
'UsageDim instance As AbstractTypeMappingDefinition Dim type As Type Dim mappingProvider As AbstractMappingProvider instance.LoadFromType(type, mappingProvider)
public virtual void LoadFromType( Type type, AbstractMappingProvider mappingProvider )
public: virtual void LoadFromType( Type^ type, AbstractMappingProvider^ mappingProvider )
Parameters
- type
 - The type from which the definition should be loaded into this object.
 - mappingProvider
 - The mapping provider to be used.