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

5 lines
128 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 MeanAttribute: Attribute
2023-02-26 14:39:55 +00:00
{}