Skip to main content

engage/generated/system/collections/
specialized.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(any(feature = "system-collections-specialized-casesensitivestringdictionary-types"))]
4pub mod casesensitivestringdictionary;
5#[cfg(feature = "system-collections-specialized-casesensitivestringdictionary")]
6pub use casesensitivestringdictionary::ICaseSensitiveStringDictionaryMethods;
7#[cfg(feature = "system-collections-specialized-casesensitivestringdictionary-types")]
8pub use casesensitivestringdictionary::{CaseSensitiveStringDictionary, ICaseSensitiveStringDictionary};
9#[cfg(any(feature = "system-collections-specialized-compatiblecomparer_2-types"))]
10pub mod compatiblecomparer_2;
11#[cfg(feature = "system-collections-specialized-compatiblecomparer_2")]
12pub use compatiblecomparer_2::ICompatibleComparer_2Methods;
13#[cfg(feature = "system-collections-specialized-compatiblecomparer_2-types")]
14pub use compatiblecomparer_2::{CompatibleComparer_2, ICompatibleComparer_2};
15#[cfg(any(feature = "system-collections-specialized-hybriddictionary-types"))]
16pub mod hybriddictionary;
17#[cfg(feature = "system-collections-specialized-hybriddictionary")]
18pub use hybriddictionary::IHybridDictionaryMethods;
19#[cfg(feature = "system-collections-specialized-hybriddictionary-types")]
20pub use hybriddictionary::{HybridDictionary, IHybridDictionary};
21#[cfg(any(feature = "system-collections-specialized-listdictionary-types"))]
22pub mod listdictionary;
23#[cfg(feature = "system-collections-specialized-listdictionary-types")]
24pub use listdictionary::{
25    IListDictionary, IListDictionary_DictionaryNode, IListDictionary_NodeEnumerator, IListDictionary_NodeKeyValueCollection,
26    IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator, ListDictionary, ListDictionary_DictionaryNode, ListDictionary_NodeEnumerator,
27    ListDictionary_NodeKeyValueCollection, ListDictionary_NodeKeyValueCollection_NodeKeyValueEnumerator,
28};
29#[cfg(feature = "system-collections-specialized-listdictionary")]
30pub use listdictionary::{
31    IListDictionaryMethods, IListDictionary_DictionaryNodeMethods, IListDictionary_NodeEnumeratorMethods,
32    IListDictionary_NodeKeyValueCollectionMethods, IListDictionary_NodeKeyValueCollection_NodeKeyValueEnumeratorMethods,
33};
34#[cfg(any(feature = "system-collections-specialized-nameobjectcollectionbase-types"))]
35pub mod nameobjectcollectionbase;
36#[cfg(feature = "system-collections-specialized-nameobjectcollectionbase-types")]
37pub use nameobjectcollectionbase::{
38    INameObjectCollectionBase, INameObjectCollectionBase_NameObjectEntry, INameObjectCollectionBase_NameObjectKeysEnumerator,
39    NameObjectCollectionBase, NameObjectCollectionBase_NameObjectEntry, NameObjectCollectionBase_NameObjectKeysEnumerator,
40};
41#[cfg(feature = "system-collections-specialized-nameobjectcollectionbase")]
42pub use nameobjectcollectionbase::{
43    INameObjectCollectionBaseMethods, INameObjectCollectionBase_NameObjectEntryMethods, INameObjectCollectionBase_NameObjectKeysEnumeratorMethods,
44};
45#[cfg(any(feature = "system-collections-specialized-namevaluecollection-types"))]
46pub mod namevaluecollection;
47#[cfg(feature = "system-collections-specialized-namevaluecollection")]
48pub use namevaluecollection::INameValueCollectionMethods;
49#[cfg(feature = "system-collections-specialized-namevaluecollection-types")]
50pub use namevaluecollection::{INameValueCollection, NameValueCollection};
51#[cfg(any(feature = "system-collections-specialized-ordereddictionary-types"))]
52pub mod ordereddictionary;
53#[cfg(feature = "system-collections-specialized-ordereddictionary-types")]
54pub use ordereddictionary::{
55    IOrderedDictionary, IOrderedDictionary_OrderedDictionaryEnumerator, IOrderedDictionary_OrderedDictionaryKeyValueCollection, OrderedDictionary,
56    OrderedDictionary_OrderedDictionaryEnumerator, OrderedDictionary_OrderedDictionaryKeyValueCollection,
57};
58#[cfg(feature = "system-collections-specialized-ordereddictionary")]
59pub use ordereddictionary::{
60    IOrderedDictionaryMethods, IOrderedDictionary_OrderedDictionaryEnumeratorMethods, IOrderedDictionary_OrderedDictionaryKeyValueCollectionMethods,
61};
62#[cfg(any(feature = "system-collections-specialized-stringcollection-types"))]
63pub mod stringcollection;
64#[cfg(feature = "system-collections-specialized-stringcollection")]
65pub use stringcollection::IStringCollectionMethods;
66#[cfg(feature = "system-collections-specialized-stringcollection-types")]
67pub use stringcollection::{IStringCollection, StringCollection};
68#[cfg(any(feature = "system-collections-specialized-stringdictionary-types"))]
69pub mod stringdictionary;
70#[cfg(feature = "system-collections-specialized-stringdictionary")]
71pub use stringdictionary::IStringDictionaryMethods;
72#[cfg(feature = "system-collections-specialized-stringdictionary-types")]
73pub use stringdictionary::{IStringDictionary, StringDictionary};