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

12 lines
181 B
C#

using System;
using System.Reflection;
namespace ln.http.api
{
public class ESTargetAttribute : Attribute
{
public bool PublishPublicMembers { get; set; }
}
}