PhoneToolMX/PhoneToolMX.Models/AlwaysIncludeAttribute.cs

8 lines
159 B
C#
Raw Normal View History

2023-10-18 04:55:10 +00:00
namespace PhoneToolMX.Models
{
[System.AttributeUsage(AttributeTargets.Property)]
public class AlwaysIncludeAttribute : System.Attribute
{
}
}