m Add Category |
m And fix format D: |
||
Line 1: | Line 1: | ||
A | A '''SyncBag'''<T> is an unordered collection of the generic type T. These are typically found in [[:Category:Components|components]] containing a collection of things where the order is not important such as for overrides. | ||
[[Category:Type]] | [[Category:Type]] |
Latest revision as of 04:37, 2 March 2025
A SyncBag<T> is an unordered collection of the generic type T. These are typically found in components containing a collection of things where the order is not important such as for overrides.