Class CloneStructPiecewiseAttribute
- Namespace
- Dec
- Assembly
- dec.dll
Signals that this struct should be cloned with standard shallow-copy assignment semantics.
[AttributeUsage(AttributeTargets.Struct)]
public class CloneStructPiecewiseAttribute : Attribute
- Inheritance
-
objectAttributeCloneStructPiecewiseAttribute
Remarks
This is potentially much faster than using IRecordable to accomplish the same thing, especially if the struct is in a collection of some kind.