DocSpace-buildtools/common/ASC.Textile/BlockModifierAttribute.cs

11 lines
250 B
C#

namespace Textile
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class BlockModifierAttribute : Attribute
{
public BlockModifierAttribute()
{
}
}
}