engage/generated/system/collections/
object_model.rs1#[cfg(any(feature = "system-collections-object_model-collection_1-types"))]
4pub mod collection_1;
5#[cfg(feature = "system-collections-object_model-collection_1")]
6pub use collection_1::ICollection_1Methods;
7#[cfg(feature = "system-collections-object_model-collection_1-types")]
8pub use collection_1::{Collection_1, ICollection_1};
9#[cfg(any(feature = "system-collections-object_model-readonlycollection_1-types"))]
10pub mod readonlycollection_1;
11#[cfg(feature = "system-collections-object_model-readonlycollection_1")]
12pub use readonlycollection_1::IReadOnlyCollection_1Methods;
13#[cfg(feature = "system-collections-object_model-readonlycollection_1-types")]
14pub use readonlycollection_1::{IReadOnlyCollection_1, ReadOnlyCollection_1};