Click or drag to resize
ReactionDynamics Methods

The ReactionDynamics type exposes the following members.

Methods
  NameDescription
Public methodAccumuate Obsolete.
Public methodAccumuateRange Obsolete.
Public methodAccumulate
Accumulates the number of reactions for the given element.
Public methodAccumulateRange
Accumulates the number of reactions for every element in a given sequence.
Public methodAdd
Adds new element.
Public methodAddOrUpdate
Adds new or updates existing element.
Public methodAddOrUpdateRange
Adds new or updates existing elements according to the given values.
Public methodAddRange
Adds new elements according to the given values.
Public methodClear
Removes all elements.
Public methodContainsDate
Returns value indicating whether this object contains any elements with the given date.
Public methodContainsReactionCount
Returns value indicating whether this object contains any elements with the given number of reactions.
Public methodContainsreactions Obsolete.
Public methodGetEnumerator
Returns an object that can be used to iterate over the elements in the collection.
Public methodRemove
Removes the element with the given date.
Public methodRemoveRange
Removes all elements with given dates.
Public methodToDictionary
Returns a dictionary representation of the current object.
Public methodToList
Returns a list representation of the current object.
Top
Explicit Interface Implementations
See Also