Skip to main content

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

1// @generated by il2cpp-bindgen — do not edit by hand.
2
3#[cfg(feature = "system-collections-generic-ienumerator_1-types")]
4mod __types {
5    #[allow(unused_imports)] use ::unity::prelude::*;
6
7    use super::*;
8
9    #[doc=include_str!(concat!(env!("CARGO_MANIFEST_DIR"),"/","docs/system/collections/generic/ienumerator_1/IEnumerator_1.md"))]
10    #[::unity::class(namespace = "System.Collections.Generic", name = "IEnumerator`1")]
11    pub struct IEnumerator_1<T0: ::unity::ClassIdentity> {}
12}
13
14#[cfg(feature = "system-collections-generic-ienumerator_1-types")]
15pub use __types::*;
16
17#[cfg(feature = "system-collections-generic-ienumerator_1")]
18#[::unity::methods]
19impl<T0: ::unity::ClassIdentity> IEnumerator_1<T0> {
20    #[doc = "`get_Current()` overload"]
21    #[method(name = "get_Current", args = 0, abstract_dispatch)]
22    pub fn get_current(self) -> T0;
23}
24
25#[cfg(feature = "system-collections-generic-ienumerator_1")]
26#[doc(hidden)]
27pub mod prelude {
28    pub use super::{IEnumerator_1, IIEnumerator_1, IIEnumerator_1Methods};
29}