28 lines
646 B
C#
28 lines
646 B
C#
// Image 0: mscorlib.dll - 0
|
|
// Image 1: References.dll - 1810
|
|
|
|
// Namespace: Il2CppTests.TestSources
|
|
internal class Test // TypeDefIndex: 1811
|
|
{
|
|
// Fields
|
|
private float floatField; // 0x08
|
|
|
|
// Constructors
|
|
public Test(); // 0x00561098
|
|
|
|
// Methods
|
|
public void MethodWithRefParameters(int a, ref int b, int c, ref int d); // 0x00561080
|
|
public void MethowWithInRefOut(in int a, ref int b, out int c); // 0x00561084
|
|
public ref float MethodWithRefReturnType(); // 0x00561090
|
|
}
|
|
|
|
// Namespace: Il2CppTests.TestSources
|
|
[Obsolete] // 0x000A5224
|
|
public struct RefStruct // TypeDefIndex: 1812
|
|
{
|
|
// Fields
|
|
private int structField1; // 0x08
|
|
|
|
}
|
|
|