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

this() public méthode

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