System.SRCategoryAttribute.SRCategoryAttribute C# (CSharp) Méthode

SRCategoryAttribute() public méthode

public SRCategoryAttribute ( string category ) : System
category string
Résultat System
        public SRCategoryAttribute(string category) : base(category)
        {
        }