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

5 lines
127 B
C#
Raw Normal View History

2023-02-26 14:39:55 +00:00
namespace InnovEnergy.Lib.Units.Generator;
[AttributeUsage(AttributeTargets.Struct)]
2023-02-26 18:19:16 +00:00
internal class SumAttribute: Attribute
2023-02-26 14:39:55 +00:00
{}