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