Microsoft.VisualStudio.Project.SRCategoryAttribute.SRCategoryAttribute C# (CSharp) 메소드

SRCategoryAttribute() 공개 메소드

public SRCategoryAttribute ( string category ) : System
category string
리턴 System
        public SRCategoryAttribute(string category)
            : base(category)
        {
        }