Class EnumerableCloner
Inheritance
EnumerableCloner
Assembly: Unity.VisualScripting.Core.dll
Syntax
public sealed class EnumerableCloner : Cloner<IEnumerable>, ICloner
Methods
FillClone(Type, ref IEnumerable, IEnumerable, CloningContext)
Declaration
public override void FillClone(Type type, ref IEnumerable clone, IEnumerable 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