Class IgnoreOnCloneAttribute
Marks a property as a property not to copy when cloning an item through the ICloneable interfaces
Inherited Members
Namespace: LemonEdge.Utils.Interfaces
Assembly: LemonEdge.Utils.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class IgnoreOnCloneAttribute : Attribute
Remarks
This is used by the LemonEdge code designer to determine if properties should be cloned in the classes it writes or not
Constructors
IgnoreOnCloneAttribute()
Declaration
public IgnoreOnCloneAttribute()