Server.AosElementAttributes.this C# (CSharp) Méthode

this() public méthode

public this ( AosElementAttribute attribute ) : int
attribute AosElementAttribute
Résultat int
        public int this[AosElementAttribute attribute]
        {
            get { return GetValue( (int)attribute ); }
            set { SetValue( (int)attribute, value ); }
        }