Skip to main content

engage/generated/system/collections/generic/
mscorlib_collectiondebugview_1.rs

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "system-collections-generic-mscorlib_collectiondebugview_1-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8    use crate::system::object::{IObject, Object};
9
10    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/system/collections/generic/mscorlib_collectiondebugview_1/Mscorlib_CollectionDebugView_1.md"))]
11    #[::unity::class(namespace = "System.Collections.Generic", name = "Mscorlib_CollectionDebugView`1")]
12    #[parent(crate::system::object::Object)]
13    pub struct Mscorlib_CollectionDebugView_1<T0: ::unity::ClassIdentity> {}
14}
15
16#[cfg(feature = "system-collections-generic-mscorlib_collectiondebugview_1-types")]
17pub use __types::*;
18
19#[cfg(feature = "system-collections-generic-mscorlib_collectiondebugview_1")]
20#[doc(hidden)]
21pub mod prelude {
22    pub use super::{IMscorlib_CollectionDebugView_1, Mscorlib_CollectionDebugView_1};
23    pub use crate::system::object::IObject;
24    #[cfg(feature = "system-object")]
25    pub use crate::system::object::IObjectMethods;
26}