Click or drag to resize

CheckableSelectableListNodeList Methods

The CheckableSelectableListNodeList type exposes the following members.

Methods
 NameDescription
Public methodAddAdds an object to the end of the CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Protected methodBlockReentrancyDisallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Protected methodCheckReentrancyChecks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Public methodClearRemoves all elements from the CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Protected methodClearItemsRemoves all items from the collection.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Public methodContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Public methodCopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionCheckableSelectableListNode)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExchange Exchanges the items at index i and j.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Public methodIndexOfObject Gets the indexes of the provided object.
Public methodInsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionCheckableSelectableListNode)
Protected methodInsertItemInserts an item into the collection at the specified index.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMoveMoves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Protected methodMoveItemMoves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Protected methodOnCollectionChangedRaises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Protected methodOnPropertyChangedRaises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Public methodRemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Public methodRemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionCheckableSelectableListNode)
Protected methodRemoveItemRemoves the item at the specified index of the collection.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Protected methodSetItemReplaces the element at the specified index.
(Inherited from ObservableCollectionCheckableSelectableListNode)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also