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

10 lines
219 B
C#

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