Class SignPrefixAttribute
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public sealed class SignPrefixAttribute : Attribute
- Inheritance
-
SignPrefixAttribute
- Inherited Members
Constructors
SignPrefixAttribute(string)
public SignPrefixAttribute(string prefix)
Parameters
prefixstring
Properties
Prefix
public string Prefix { get; }