pub fn make_generic_type(
generic: &Il2CppReflectionType,
args: &Il2CppArray<&mut Il2CppReflectionType>,
) -> Il2CppResult<&'static mut Il2CppReflectionType>
Expand description
Helper method to call System.ReflectionType.MakeGenericType
pub fn make_generic_type(
generic: &Il2CppReflectionType,
args: &Il2CppArray<&mut Il2CppReflectionType>,
) -> Il2CppResult<&'static mut Il2CppReflectionType>
Helper method to call System.ReflectionType.MakeGenericType