'Declaration
<NotNullAttribute()> Public MustOverride Function CreateMappingContext( _ ByVal mappingContextTemplate As AbstractMappingContext _ ) As AbstractMappingContext
'Usage
Dim instance As AbstractMappingProvider Dim mappingContextTemplate As AbstractMappingContext Dim value As AbstractMappingContext value = instance.CreateMappingContext(mappingContextTemplate)
[NotNull()] public abstract AbstractMappingContext CreateMappingContext( AbstractMappingContext mappingContextTemplate )
[NotNull()] public: abstract AbstractMappingContext^ CreateMappingContext( AbstractMappingContext^ mappingContextTemplate )
Parameters
- mappingContextTemplate
- The template that contains initial values for the new mapping context.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
The newly created mapping context.
This method never returns null
(Nothing
in Visual Basic).