BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableListProxy.GetValue C# (CSharp) Method

GetValue() protected method

protected GetValue ( int i ) : object
i int
return object
        protected override object GetValue(int i)
        {
            return l[i];
        }