25 lines
894 B
C#
25 lines
894 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; } // 0x00000001800ECD10 0x0000000180143AD0
|
|
protected int prop2 { get; private set; } // 0x0000000180156360 0x00000001803E0F20
|
|
protected int prop3 { private get; set; } // 0x00000001800ED060 0x000000018019DD90
|
|
public static int prop4 { private get; set; } // 0x00000001803E0EE0 0x00000001803E0F30
|
|
public string this[int i] { get; } // 0x00000001803E0E80
|
|
public string this[double d] { get; } // 0x00000001803E0E50
|
|
public string this[long l] { set; } // 0x00000001800EA7B0
|
|
public string this[float f] { get; set; } // 0x00000001803E0EB0 0x00000001800EA7B0
|
|
public bool this[int i, int j] { get; } // 0x000000018010E420
|
|
|
|
// Constructors
|
|
public Test(); // 0x00000001800E2000
|
|
|
|
}
|
|
|