Files
2026-03-20 13:04:43 +02:00

10 lines
170 B
C#

using System;
namespace ModestTree.Util
{
[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
public class PreserveAttribute : Attribute
{
}
}