'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetTargetObject( _ ByVal abstractMapping As AbstractMapping _ ) As Object
'Usage
Dim abstractMapping As AbstractMapping Dim value As Object value = AbstractMappingExtension.GetTargetObject(abstractMapping)
[Extension()] [NotNull()] public static object GetTargetObject( AbstractMapping abstractMapping )
[Extension()] [NotNull()] public: static Object^ GetTargetObject( AbstractMapping^ abstractMapping )
Parameters
- abstractMapping
- The mapping.
Return Value
The target object of the mapping.