ln.json/ln.json/attributes/DontAssign.cs

7 lines
85 B
C#

using System;
namespace ln.json.attributes;
public class DontAssign : Attribute
{
}