BGC.Parameters.PropertyChoiceInfoAttribute.PropertyChoiceInfoAttribute C# (CSharp) Méthode

PropertyChoiceInfoAttribute() public méthode

public PropertyChoiceInfoAttribute ( string text ) : System
text string
Résultat System
        public PropertyChoiceInfoAttribute(string text)
        {
            this.text = text;
        }
    }
PropertyChoiceInfoAttribute