pub trait Generics {
    const COUNT: usize;

    fn type_array() -> &'static mut Il2CppArray;
}
Expand description

Trait implemented for Rust types which can represent a list of C# generic arguments

Required Associated Constants

Number of generic arguments

Required Methods

Returns an array of System.RuntimeTypes matching the generic arguments

Implementations on Foreign Types

Implementors