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.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.ComponentModel
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
14
IEnumerable
GetErrors
(
string
propertyName
);
15
16
// Token: 0x14000016 RID: 22
17
// (add) Token: 0x060019C8 RID: 6600
18
// (remove) Token: 0x060019C9 RID: 6601
19
event
EventHandler<DataErrorsChangedEventArgs>
ErrorsChanged
;
20
}
21
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.EventHandler
Definition
EventHandler.2.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.ComponentModel.INotifyDataErrorInfo.HasErrors
bool HasErrors
Definition
INotifyDataErrorInfo.cs:11
System.ComponentModel.INotifyDataErrorInfo.ErrorsChanged
EventHandler< DataErrorsChangedEventArgs > ErrorsChanged
Definition
INotifyDataErrorInfo.cs:19
System.ComponentModel.INotifyDataErrorInfo.GetErrors
IEnumerable GetErrors(string propertyName)
System.ComponentModel.INotifyDataErrorInfo
Definition
INotifyDataErrorInfo.cs:8
System.Collections
Definition
ArrayList.cs:6
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System
Definition
__ComObject.cs:4
source
System
ComponentModel
INotifyDataErrorInfo.cs
Generated by
1.10.0