You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[generic_dictionary](generic_Collections/generic_dictionary/README.md) shows how to use [xtd::collections::generic::dictionary](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1dictionary.html) class.
221
+
*[generic_enumerable_generator](generic_Collections/generic_enumerable_generator/README.md) shows how to use [xtd::collections::generic::enumerable_generator](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1enumerable__generator.html) genrator.
221
222
*[generic_hash_set](generic_Collections/generic_hash_set/README.md) shows how to use [xtd::collections::generic: generic_hash_set](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1hash__set.html) class.
222
223
*[generic_hash_set2](generic_Collections/generic_hash_set2/README.md) shows how to use [xtd::collections::generic: generic_hash_set](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1hash__set.html) class.
223
224
*[generic_icollection](generic_Collections/generic_icollection/README.md) shows how to use [xtd::collections::generic::icollection](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1icollection.html) interface.
Copy file name to clipboardExpand all lines: examples/xtd.core.examples/generic_collections/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
[This folder](.) contains collections examples used by [Reference Guide](https://gammasoft71.github.io/xtd/reference_guides/latest/) and more.
4
4
5
5
*[generic_dictionary](generic_dictionary/README.md) shows how to use [xtd::collections::generic::dictionary](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1dictionary.html) class.
6
+
*[generic_enumerable_generator](generic_enumerable_generator/README.md) shows how to use [xtd::collections::generic::enumerable_generator](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1enumerable__generator.html) genrator.
6
7
*[generic_hash_set](generic_hash_set/README.md) shows how to use [xtd::collections::generic: generic_hash_set](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1hash__set.html) class.
7
8
*[generic_hash_set2](generic_hash_set2/README.md) shows how to use [xtd::collections::generic: generic_hash_set](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1hash__set.html) class.
8
9
*[generic_icollection](generic_icollection/README.md) shows how to use [xtd::collections::generic::icollection](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1collections_1_1generic_1_1icollection.html) interface.
0 commit comments