BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableListProxy.GetValue C# (CSharp) 메소드

GetValue() 보호된 메소드

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