ISerializationCallbacks<T>.OnCopying(T, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when copying.
public void OnCopying (T original, T result);
abstract member OnCopying : 'T * 'T -> unit
Public Sub OnCopying (original As T, result As T)
Parameters
- original
- T
The original value.
- result
- T
The copy.