Skip to main content

engage/generated/system/collections/
concurrent.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "system-collections-concurrent-cdscollectionetwbclprovider-types"))]
4pub mod cdscollectionetwbclprovider;
5#[cfg(feature = "system-collections-concurrent-cdscollectionetwbclprovider")]
6pub use cdscollectionetwbclprovider::ICDSCollectionETWBCLProviderMethods;
7#[cfg(feature = "system-collections-concurrent-cdscollectionetwbclprovider-types")]
8pub use cdscollectionetwbclprovider::{CDSCollectionETWBCLProvider, ICDSCollectionETWBCLProvider};
9#[cfg(any(feature = "system-collections-concurrent-concurrentdictionary_2-types"))]
10pub mod concurrentdictionary_2;
11#[cfg(feature = "system-collections-concurrent-concurrentdictionary_2-types")]
12pub use concurrentdictionary_2::{
13    ConcurrentDictionary_2, ConcurrentDictionary_2_DictionaryEnumerator, ConcurrentDictionary_2_Node, ConcurrentDictionary_2_Tables,
14    IConcurrentDictionary_2, IConcurrentDictionary_2_DictionaryEnumerator, IConcurrentDictionary_2_Node, IConcurrentDictionary_2_Tables,
15};
16#[cfg(feature = "system-collections-concurrent-concurrentdictionary_2")]
17pub use concurrentdictionary_2::{
18    IConcurrentDictionary_2Methods, IConcurrentDictionary_2_DictionaryEnumeratorMethods, IConcurrentDictionary_2_NodeMethods,
19    IConcurrentDictionary_2_TablesMethods,
20};
21#[cfg(any(feature = "system-collections-concurrent-idictionarydebugview_2-types"))]
22pub mod idictionarydebugview_2;
23#[cfg(feature = "system-collections-concurrent-idictionarydebugview_2-types")]
24pub use idictionarydebugview_2::{IDictionaryDebugView_2, IIDictionaryDebugView_2};