Click or drag to resize

ListNodeList Class

Observable collection of ListNodes.
Inheritance Hierarchy

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class ListNodeList : ObservableCollection<ListNode>

The ListNodeList type exposes the following members.

Constructors
 NameDescription
Public methodListNodeList Initializes a new instance of the ListNodeList class.
Public methodListNodeList(IEnumerableListNode) Initializes a new instance of the ListNodeList class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements actually contained in the CollectionT.
(Inherited from CollectionListNode)
Public propertyItemGets or sets the element at the specified index.
(Inherited from CollectionListNode)
Protected propertyItemsGets a IListT wrapper around the CollectionT.
(Inherited from CollectionListNode)
Top
Methods
 NameDescription
Public methodAddAdds an object to the end of the CollectionT.
(Inherited from CollectionListNode)
Protected methodBlockReentrancyDisallows reentrant attempts to change this collection.
(Inherited from ObservableCollectionListNode)
Protected methodCheckReentrancyChecks for reentrant attempts to change this collection.
(Inherited from ObservableCollectionListNode)
Public methodClearRemoves all elements from the CollectionT.
(Inherited from CollectionListNode)
Protected methodClearItemsRemoves all items from the collection.
(Inherited from ObservableCollectionListNode)
Public methodContainsDetermines whether an element is in the CollectionT.
(Inherited from CollectionListNode)
Public methodCopyToCopies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from CollectionListNode)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExchange Exchanges item at index i with item at index 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 CollectionListNode)
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 CollectionListNode)
Public methodIndexOfObject Get the index of the provided object.
Public methodInsertInserts an element into the CollectionT at the specified index.
(Inherited from CollectionListNode)
Protected methodInsertItemInserts an item into the collection at the specified index.
(Inherited from ObservableCollectionListNode)
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 ObservableCollectionListNode)
Protected methodMoveItemMoves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionListNode)
Protected methodOnCollectionChangedRaises the CollectionChanged event with the provided arguments.
(Inherited from ObservableCollectionListNode)
Protected methodOnPropertyChangedRaises the PropertyChanged event with the provided arguments.
(Inherited from ObservableCollectionListNode)
Public methodRemoveRemoves the first occurrence of a specific object from the CollectionT.
(Inherited from CollectionListNode)
Public methodRemoveAtRemoves the element at the specified index of the CollectionT.
(Inherited from CollectionListNode)
Protected methodRemoveItemRemoves the item at the specified index of the collection.
(Inherited from ObservableCollectionListNode)
Protected methodSetItemReplaces the element at the specified index.
(Inherited from ObservableCollectionListNode)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.
(Inherited from ObservableCollectionListNode)
Protected eventPropertyChangedOccurs when a property value changes.
(Inherited from ObservableCollectionListNode)
Top
Extension Methods
 NameDescription
Public Extension MethodAddRangeListNode
(Defined by ListExtensions)
Public Extension MethodFillWithListNode
(Defined by ListExtensions)
Top
See Also