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

Insert() public method

public Insert ( int i, object o ) : void
i int
o object
return void
        public virtual void Insert(int i, object o)
        {
            throw new NotSupportedException();
        }