The xtd::collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries.
|
| using | any_pair |
| | Implements a xtd::collections::generic::key_value_pair with the key and the value strongly typed to be xtd::any_object.
|
| using | array_list |
| | Represents a collection of xtd::any_object.
|
| using | comparer |
| | Exposes a method that compares two objects.
|
| using | dictionary_entry |
| | Defines a dictionary key/value pair that can be set or retrieved.
|
| using | enumerator |
| | Supports a simple iteration over a non-generic collection.
|
| using | hashtable |
| | Represents a collection of key/value pairs that are organized based on the hash code of the key.
|
| using | icollection |
| | Defines size, enumerators, and synchronization methods for all nongeneric collections.
|
| using | icomparer |
| | interface IComparer exposes a method that compares two objects.
|
| using | idictionary |
| | interface IComparer exposes a method that compares two objects.
|
| using | ienumerable |
| | Exposes an enumerator, which supports a simple iteration over a non-generic collection.
|
| using | ienumerator |
| | Supports a simple iteration over a non-generic collection.
|
| using | iequality_comparer |
| | Defines methods to support the comparison of objects for equality.
|
| using | ilist |
| | Represents a non-generic collection of objects that can be individually accessed by index.
|
| using | queue |
| | Represents a first-in, first-out collection of objects.
|
| using | sorted_list |
| | Represents a collection of xtd::any_object.
|
| using | stack |
| | Represents a collection of xtd::any_object.
|
| using | vector_list |
| | Represents a collection of xtd::any_object.
|