Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public void ClearObjectMapping()
See Also