Type:SyncBag`1: Difference between revisions

From Resonite Wiki
Created page with "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."
 
m Add Category
Line 1: Line 1:
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.
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]]

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.