OperationCollection Methods |
The OperationCollection type exposes the following members.
Name | Description | |
---|---|---|
CopyTo | ||
GetEnumerator | Returns an enumerator that iterates through the collection. | |
Trim(Int32) |
Trims the current collection to a given maximal number of operations.
| |
Trim(RestorePoint) |
Trims the current collection to a specified RestorePoint.
|
Name | Description | |
---|---|---|
ToAdvisableCollection<Operation> |
Converts an IEnumerable<T> into an AdvisableCollection<T>.
(Defined by Extensions.) | |
ToAdvisableDictionary<Operation, TKey, TValue> |
Converts an IEnumerable<T> into a AdvisableDictionary<TKey, TValue> given a method returning the item key and a method returning the item value.
(Defined by Extensions.) | |
ToAdvisableHashSet<Operation> |
Converts an IEnumerable<T> into an AdvisableHashSet<T>.
(Defined by Extensions.) |