'Declaration
Public Function New( _ ByVal template As UAMappingContext _ )
'Usage
Dim template As UAMappingContext Dim instance As New UAMappingContext(template)
public UAMappingContext( UAMappingContext template )
public: UAMappingContext( UAMappingContext^ template )
Parameters
- template
- The mapping context that is used as a template for creating a new instance.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).