| ReactionDynamics Methods |
The ReactionDynamics type exposes the following members.
| Name | Description | |
|---|---|---|
| Accumuate | Obsolete. | |
| AccumuateRange | Obsolete. | |
| Accumulate |
Accumulates the number of reactions for the given element.
| |
| AccumulateRange |
Accumulates the number of reactions for every element in a given sequence.
| |
| Add |
Adds new element.
| |
| AddOrUpdate |
Adds new or updates existing element.
| |
| AddOrUpdateRange |
Adds new or updates existing elements according to the given values.
| |
| AddRange |
Adds new elements according to the given values.
| |
| Clear |
Removes all elements.
| |
| ContainsDate |
Returns value indicating whether this object contains any elements with the given date.
| |
| ContainsReactionCount |
Returns value indicating whether this object contains any elements with the given number of reactions.
| |
| Containsreactions | Obsolete. | |
| GetEnumerator |
Returns an object that can be used to iterate over the elements in the collection.
| |
| Remove |
Removes the element with the given date.
| |
| RemoveRange |
Removes all elements with given dates.
| |
| ToDictionary |
Returns a dictionary representation of the current object.
| |
| ToList |
Returns a list representation of the current object.
|
| Name | Description | |
|---|---|---|
| IEnumerableKeyValuePairDateTime, Int32GetEnumerator |