System.ComponentModel.ListSortDescriptionCollection.IList C# (CSharp) Method

IList() private method

private IList ( object value ) : int
value object
return int
        int IList.Add(object value) {
            throw new InvalidOperationException(SR.GetString(SR.CantModifyListSortDescriptionCollection));
        }

Same methods

ListSortDescriptionCollection::IList ( ) : void
ListSortDescriptionCollection::IList ( int index ) : void
ListSortDescriptionCollection::IList ( int index, object value ) : void
ListSortDescriptionCollection::IList ( object value ) : void