Innovenergy_trunk/csharp/Lib/Units/Generator/GenerateAttribute.cs

5 lines
132 B
C#

namespace InnovEnergy.Lib.Units.Generator;
[AttributeUsage(AttributeTargets.Struct)]
internal class GenerateAttribute: Attribute
{}