Boo.BooLangProject.SRCategoryAttribute.SRCategoryAttribute C# (CSharp) Method

SRCategoryAttribute() public method

public SRCategoryAttribute ( string category ) : System
category string
return System
        public SRCategoryAttribute(string category)
            : base(category)
        {
        }