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

5 lines
128 B
C#

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