20 lines
494 B
C#
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; } // 0x100BF0C0 0x100EB270
|
|
protected int prop2 { get; private set; } // 0x100C5B30 0x100C5B50
|
|
protected int prop3 { private get; set; } // 0x100BFC20 0x100C5B40
|
|
public static int prop4 { private get; set; } // 0x1034DA60 0x1034DA90
|
|
|
|
// Constructors
|
|
public Test(); // 0x100BF000
|
|
|
|
}
|
|
|