MetadataCache..::..CloneInto<(Of <(<'T>)>)> Method
Clones the specified source into the target.
Namespace:
Tortuga.Anchor.MetadataAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public static void CloneInto<T>( T source, T target, CloneOptions options, Nullable<int> maxRecursion )
Public Shared Sub CloneInto(Of T) ( _ source As T, _ target As T, _ options As CloneOptions, _ maxRecursion As Nullable(Of Integer) _ )
Type Parameters
- T
Parameters
- source
- Type: T
The source object to copy.
- target
- Type: T
The target.
- options
- Type: Tortuga.Anchor.Metadata..::..CloneOptions
The clone options.