terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
INotifyDataErrorInfo.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020003CD RID: 973
7 public interface INotifyDataErrorInfo
8 {
9 // Token: 0x170005DF RID: 1503
10 // (get) Token: 0x060019C6 RID: 6598
11 bool HasErrors { get; }
12
13 // Token: 0x060019C7 RID: 6599
15
16 // Token: 0x14000016 RID: 22
17 // (add) Token: 0x060019C8 RID: 6600
18 // (remove) Token: 0x060019C9 RID: 6601
20 }
21}
class f__AnonymousType0<< Count > j__TPar
EventHandler< DataErrorsChangedEventArgs > ErrorsChanged
IEnumerable GetErrors(string propertyName)