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

5 lines
127 B
C#

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