Class ReflectedCloner
Inheritance
ReflectedCloner
Assembly: Unity.VisualScripting.Core.dll
Syntax
public abstract class ReflectedCloner : Cloner<object>, ICloner
Methods
FillClone(Type, ref object, object, CloningContext)
Declaration
public override void FillClone(Type type, ref object clone, object original, CloningContext context)
Parameters
Overrides
GetMembers(Type)
Declaration
protected virtual IEnumerable<MemberInfo> GetMembers(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Handles(Type)
Declaration
public override bool Handles(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
IncludeField(FieldInfo)
Declaration
protected virtual bool IncludeField(FieldInfo field)
Parameters
Returns
IncludeProperty(PropertyInfo)
Declaration
protected virtual bool IncludeProperty(PropertyInfo property)
Parameters
Returns
Implements
Extension Methods