Click or drag to resize

Int32ObservableCollection Methods

LightningChart .NET Help

The Int32ObservableCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionInt32.)
Public methodAddRange
Add range
(Inherited from ValueTypeCollectionT.)
Public methodClear (Inherited from CollectionInt32.)
Public methodContains (Inherited from CollectionInt32.)
Public methodCopyTo (Inherited from CollectionInt32.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionInt32.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionInt32.)
Public methodInsert (Inherited from CollectionInt32.)
Public methodMove
Moves the item at the specified index to a new location in the collection.
(Inherited from ObservableCollectionInt32.)
Public methodRemove (Inherited from CollectionInt32.)
Public methodRemoveAllBefore
Remove all before index
(Inherited from ValueTypeCollectionT.)
Public methodRemoveAt (Inherited from CollectionInt32.)
Public methodRemoveRange
Remove Range
(Inherited from ValueTypeCollectionT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also