Quantum 3 3.0.14

Quantum.Core.IDerivedStruct< T > Interface Template Reference

An interface representing a derived struct. Not meant to be used directly. Quantum's code generation supports structs inheritance and emits the interface implementation if needed. More...

Detailed Description

An interface representing a derived struct. Not meant to be used directly. Quantum's code generation supports structs inheritance and emits the interface implementation if needed.

Template Parameters
TType derived from.
Type Constraints
T :unmanaged