ILogConsistencyProtocolServices.DeepCopy<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.
Copies the provided argument.
public T DeepCopy<T> (T value);
abstract member DeepCopy : 'T -> 'T
Public Function DeepCopy(Of T) (value As T) As T
Type Parameters
- T
Parameters
- value
- T
Returns
T