Version 24.2 (latest)

LevelSortDirectionCollection Class Methods

For a list of all members of this type, see LevelSortDirectionCollection members.

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodContainsKeyDetermines whether the collection contains a level with the specified unique name.  
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Public MethodRemoveOverloaded. Removes the KeyValuePair with the specified level unique name.  
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<KeyValuePair<string,ListSortDirection>>)
Protected Methods
 NameDescription
Protected MethodClearItemsOverridden. Clears the items in the collection.  
Protected MethodInsertItemOverridden. Inserts a new item at the specified index.  
Protected MethodRemoveItemOverridden. Removes the item at the specified index.  
Protected MethodSetItemOverridden. Replaces the item at the specified index.  
See Also