WikiFunctions.Range.IList C# (CSharp) Method

IList() private method

private IList ( object obj ) : int
obj object
return int
        int IList.Add(object obj)
        {
            throw new InvalidOperationException();
        }

Same methods

Range::IList ( ) : void
Range::IList ( int index ) : void
Range::IList ( int index, object obj ) : void
Range::IList ( object obj ) : void