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

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