ln.http.api/ln.http.api/attributes/ESTargetAttribute.cs

12 lines
181 B
C#
Raw Normal View History

2020-12-28 08:45:24 +01:00
using System;
using System.Reflection;
namespace ln.http.api
{
public class ESTargetAttribute : Attribute
{
public bool PublishPublicMembers { get; set; }
}
}