WikiFunctions.Range.IList C# (CSharp) Метод

IList() приватный Метод

private IList ( object obj ) : int
obj object
Результат 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