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

this() private method

private this ( int index ) : objectIList.System.Collections
index int
return objectIList.System.Collections
        object IList.this[int index] {
            get {
                return this[index];
            }
            set {
                throw new InvalidOperationException(SR.GetString(SR.CantModifyListSortDescriptionCollection));
            }
        }

Same methods

ListSortDescriptionCollection::this ( int index ) : ListSortDescription