Class ArrayCloner
Assembly: Unity.VisualScripting.Core.dll
Syntax
public sealed class ArrayCloner : Cloner<Array>, ICloner
Methods
ConstructClone(Type, Array)
Declaration
public override Array ConstructClone(Type type, Array original)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
| Array |
original |
|
Returns
Overrides
FillClone(Type, ref Array, Array, CloningContext)
Declaration
public override void FillClone(Type type, ref Array clone, Array original, CloningContext context)
Parameters
Overrides
Handles(Type)
Declaration
public override bool Handles(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Returns
Overrides
Implements
Extension Methods