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

this() 공개 메소드

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