BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableList.this C# (CSharp) Method

this() public method

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