engage/generated/system/collections/generic/
dictionaryhashhelpers.rs1#[cfg(feature = "system-collections-generic-dictionaryhashhelpers-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/dictionaryhashhelpers/DictionaryHashHelpers.md"))]
11 #[::unity::class(namespace = "System.Collections.Generic", name = "DictionaryHashHelpers")]
12 #[parent(crate::system::object::Object)]
13 pub struct DictionaryHashHelpers {}
14}
15
16#[cfg(feature = "system-collections-generic-dictionaryhashhelpers-types")]
17pub use __types::*;
18
19#[cfg(feature = "system-collections-generic-dictionaryhashhelpers")]
20impl DictionaryHashHelpers {
21 #[doc = "`.cctor()` overload"]
22 pub fn cctor() -> () {
23 unsafe {
24 ::unity::il2cpp_call!((::unity::module_base()+0x363c720usize)as*mut u8,();
25 )
26 }
27 }
28}
29
30#[cfg(feature = "system-collections-generic-dictionaryhashhelpers")]
31impl DictionaryHashHelpers {
32 pub fn cctor_method_info() -> &'static ::unity::il2cpp::MethodInfo {
33 <Self as ::unity::ClassIdentity>::class().raw().get_methods()[1]
34 }
35}
36
37#[cfg(feature = "system-collections-generic-dictionaryhashhelpers")]
38#[doc(hidden)]
39pub mod prelude {
40 pub use super::{DictionaryHashHelpers, IDictionaryHashHelpers};
41 pub use crate::system::object::IObject;
42 #[cfg(feature = "system-object")]
43 pub use crate::system::object::IObjectMethods;
44}