CopyContextClearObjectMapping Method |
Clears the list of mappings that has been created with calls to
AddObjectMappingT(T, T). This is
useful if you want to reuse a
CopyContext instance for a separate copy operation.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void ClearObjectMapping()
Public Sub ClearObjectMapping
public:
void ClearObjectMapping()
member ClearObjectMapping : unit -> unit
See Also