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

IList() private method

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

Same methods

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