Tests: Update Properties tests to include indexers
This commit is contained in:
@@ -8,9 +8,14 @@ internal class Test // TypeDefIndex: 1811
|
||||
|
||||
// Properties
|
||||
private int prop1 { get; set; } // 0x00000001800ECD10 0x0000000180143AD0
|
||||
protected int prop2 { get; private set; } // 0x0000000180156360 0x00000001803E0E90
|
||||
protected int prop2 { get; private set; } // 0x0000000180156360 0x00000001803E0F20
|
||||
protected int prop3 { private get; set; } // 0x00000001800ED060 0x000000018019DD90
|
||||
public static int prop4 { private get; set; } // 0x00000001803E0E50 0x00000001803E0EA0
|
||||
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[] { get; set; } // 0x00000001803E0EB0 0x00000001800EA7B0
|
||||
public bool this[int i, int j] { get; } // 0x000000018010E420
|
||||
|
||||
// Constructors
|
||||
public Test(); // 0x00000001800E2000
|
||||
|
||||
Reference in New Issue
Block a user