Files
Il2CppInspectorRedux/Il2CppTests/TestExpectedResults/Properties.cs
2019-11-07 03:37:38 +01:00

20 lines
494 B
C#

// Image 0: mscorlib.dll - 0
// Image 1: Properties.dll - 1810
// Namespace: Il2CppTests.TestSources
internal class Test // TypeDefIndex: 1811
{
// Fields
// Properties
private int prop1 { get; set; } // 0x00561178 0x00561180
protected int prop2 { get; private set; } // 0x00561188 0x00561190
protected int prop3 { private get; set; } // 0x00561198 0x005611A0
public static int prop4 { private get; set; } // 0x005611A8 0x0056120C
// Constructors
public Test(); // 0x00561270
}