'Declaration
Public Overloads Sub Map( _ ByVal targetObject As Object, _ ByVal mappingContext As AbstractMappingContext _ )
'Usage
Dim instance As AbstractMapper Dim targetObject As Object Dim mappingContext As AbstractMappingContext instance.Map(targetObject, mappingContext)
public void Map( object targetObject, AbstractMappingContext mappingContext )
public: void Map( Object^ targetObject, AbstractMappingContext^ mappingContext )
Parameters
- targetObject
- The target object to be mapped.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - mappingContext
- The mapping context to use.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).