Skip to content

Commit 80d37bb

Browse files
committed
Add doc
1 parent f0ce8af commit 80d37bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/xtd.core.examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
## [generic_Collections](generic_Collections/README.md)
219219

220220
* [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.
221222
* [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.
222223
* [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.
223224
* [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.

examples/xtd.core.examples/generic_collections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[This folder](.) contains collections examples used by [Reference Guide](https://gammasoft71.github.io/xtd/reference_guides/latest/) and more.
44

55
* [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.
67
* [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.
78
* [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.
89
* [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

Comments
 (0)