Tests: Update ArraysAndPointers and Properties

This commit is contained in:
Katy Coe
2019-11-10 18:57:21 +01:00
parent 5bf6e2c7c3
commit b1b21b9e5a
6 changed files with 131 additions and 35 deletions

View File

@@ -14,7 +14,7 @@ internal class Test // TypeDefIndex: 1811
public string this[int i] { get; } // 0x1034DA90
public string this[double d] { get; } // 0x1034DA60
public string this[long l] { set; } // 0x100C5530
public string this[] { get; set; } // 0x1034DAC0 0x100C5530
public string this[float f] { get; set; } // 0x1034DAC0 0x100C5530
public bool this[int i, int j] { get; } // 0x100E5880
// Constructors