Class GeneratedParametersAttribute
Indicates that the class contains parameters for which a set method should be implemented by the source generator.
Inherited Members
Namespace: SpiceSharp.Attributes
Assembly: SpiceSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class GeneratedParametersAttribute : Attribute
Remarks
This attribute is used by the SpiceSharpGenerator project to find out if a class needs to be generated.