Click or drag to resize

CopyContext.ClearObjectMapping Method

Clears the list of mappings that has been created with calls to AddObjectMapping<T>(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: 25.1.421.0 (25.1.421.0)
Syntax
public void ClearObjectMapping()
See Also