Server.AosAttributes.this C# (CSharp) 메소드

this() 공개 메소드

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