Namespace LemonEdge.Utils.Interfaces
Classes
IgnoreOnCloneAttribute
Marks a property as a property not to copy when cloning an item through the ICloneable interfaces
Interfaces
ICloneable
Indicates this class supports cloning an entire copy of itself
ICloneableAsync
Indicates this class supports cloning an entire copy of itself
ICloneableAsync<T>
Indicates this class supports cloning an entire copy of itself typed to the correct type
ICloneable<T>
Indicates this class supports cloning an entire copy of itself typed to the correct type