Skip to main content

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

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "system-collections-generic-idictionarydebugview_2_2-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/idictionarydebugview_2_2/IDictionaryDebugView_2_2.md"))]
11    #[::unity::class(namespace = "System.Collections.Generic", name = "IDictionaryDebugView`2")]
12    #[parent(crate::system::object::Object)]
13    pub struct IDictionaryDebugView_2_2<T0: ::unity::ClassIdentity, T1: ::unity::ClassIdentity> {}
14}
15
16#[cfg(feature = "system-collections-generic-idictionarydebugview_2_2-types")]
17pub use __types::*;
18
19#[cfg(feature = "system-collections-generic-idictionarydebugview_2_2")]
20#[doc(hidden)]
21pub mod prelude {
22    pub use super::{IDictionaryDebugView_2_2, IIDictionaryDebugView_2_2};
23    pub use crate::system::object::IObject;
24    #[cfg(feature = "system-object")]
25    pub use crate::system::object::IObjectMethods;
26}