Class EnumerableCloner
Inheritance
EnumerableCloner
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
Unity.VisualScripting.Cloner<System.Collections.IEnumerable>.FillClone(System.Type, System.Collections.IEnumerable, System.Collections.IEnumerable, Unity.VisualScripting.CloningContext)
Handles(Type)
Declaration
public override bool Handles(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
Unity.VisualScripting.Cloner<System.Collections.IEnumerable>.Handles(System.Type)
Extension Methods