
Public Member Functions | |
| bool | Equals (SortedCollection< KeyType, ValueType > other) |
| Equality comparison. | |
Protected Member Functions | |
| override void | InsertItem (int index, ValueType item) |
| Ensure that values are ordered by key. | |
| KeyType | The type of the keys. | |
| ValueType | The type of the values. |
| ValueType | : | IEquatable<ValueType> | |
| KeyType | : | IComparable<KeyType> |
| bool DotNX::Core::SortedCollection< KeyType, ValueType >::Equals | ( | SortedCollection< KeyType, ValueType > | other | ) |
Equality comparison.
| other | The collection to compare. |
true if the collections are equal, false otherwise. | override void DotNX::Core::SortedCollection< KeyType, ValueType >::InsertItem | ( | int | index, | |
| ValueType | item | |||
| ) | [protected] |
Ensure that values are ordered by key.
Is it truly necessary?
| index | Where the base class would perform the insertion. | |
| item | The value to be inserted. |