Table of Contents

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
object
Attribute
CloneStructPiecewiseAttribute

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.