BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableList.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int i ) : object
i int
리턴 object
        public virtual object this[int i]
        {
            get { return GetValue(i); }
            set { throw new NotSupportedException(); }
        }