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
IBindingList.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections
;
3
4
namespace
System.ComponentModel
5
{
6
// Token: 0x0200037C RID: 892
7
public
interface
IBindingList
:
IList
,
ICollection
,
IEnumerable
8
{
9
// Token: 0x1700054F RID: 1359
10
// (get) Token: 0x06001763 RID: 5987
11
bool
AllowNew
{
get
; }
12
13
// Token: 0x06001764 RID: 5988
14
object
AddNew
();
15
16
// Token: 0x17000550 RID: 1360
17
// (get) Token: 0x06001765 RID: 5989
18
bool
AllowEdit
{
get
; }
19
20
// Token: 0x17000551 RID: 1361
21
// (get) Token: 0x06001766 RID: 5990
22
bool
AllowRemove
{
get
; }
23
24
// Token: 0x17000552 RID: 1362
25
// (get) Token: 0x06001767 RID: 5991
26
bool
SupportsChangeNotification
{
get
; }
27
28
// Token: 0x17000553 RID: 1363
29
// (get) Token: 0x06001768 RID: 5992
30
bool
SupportsSearching
{
get
; }
31
32
// Token: 0x17000554 RID: 1364
33
// (get) Token: 0x06001769 RID: 5993
34
bool
SupportsSorting
{
get
; }
35
36
// Token: 0x17000555 RID: 1365
37
// (get) Token: 0x0600176A RID: 5994
38
bool
IsSorted
{
get
; }
39
40
// Token: 0x17000556 RID: 1366
41
// (get) Token: 0x0600176B RID: 5995
42
PropertyDescriptor
SortProperty
{
get
; }
43
44
// Token: 0x17000557 RID: 1367
45
// (get) Token: 0x0600176C RID: 5996
46
ListSortDirection
SortDirection
{
get
; }
47
48
// Token: 0x14000013 RID: 19
49
// (add) Token: 0x0600176D RID: 5997
50
// (remove) Token: 0x0600176E RID: 5998
51
event
ListChangedEventHandler
ListChanged
;
52
53
// Token: 0x0600176F RID: 5999
54
void
AddIndex
(
PropertyDescriptor
property
);
55
56
// Token: 0x06001770 RID: 6000
57
void
ApplySort
(
PropertyDescriptor
property
,
ListSortDirection
direction);
58
59
// Token: 0x06001771 RID: 6001
60
int
Find
(
PropertyDescriptor
property
,
object
key
);
61
62
// Token: 0x06001772 RID: 6002
63
void
RemoveIndex
(
PropertyDescriptor
property
);
64
65
// Token: 0x06001773 RID: 6003
66
void
RemoveSort
();
67
}
68
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.ListChangedEventHandler
Definition
ListChangedEventHandler.cs:8
System.ComponentModel.PropertyDescriptor
Definition
PropertyDescriptor.cs:9
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.IList
Definition
IList.cs:7
System.ComponentModel.IBindingList.ListChanged
ListChangedEventHandler ListChanged
Definition
IBindingList.cs:51
System.ComponentModel.IBindingList.AddNew
object AddNew()
System.ComponentModel.IBindingList.SortDirection
ListSortDirection SortDirection
Definition
IBindingList.cs:46
System.ComponentModel.IBindingList.AddIndex
void AddIndex(PropertyDescriptor property)
System.ComponentModel.IBindingList.IsSorted
bool IsSorted
Definition
IBindingList.cs:38
System.ComponentModel.IBindingList.AllowRemove
bool AllowRemove
Definition
IBindingList.cs:22
System.ComponentModel.IBindingList.ApplySort
void ApplySort(PropertyDescriptor property, ListSortDirection direction)
System.ComponentModel.IBindingList.SortProperty
PropertyDescriptor SortProperty
Definition
IBindingList.cs:42
System.ComponentModel.IBindingList.SupportsChangeNotification
bool SupportsChangeNotification
Definition
IBindingList.cs:26
System.ComponentModel.IBindingList.SupportsSorting
bool SupportsSorting
Definition
IBindingList.cs:34
System.ComponentModel.IBindingList.SupportsSearching
bool SupportsSearching
Definition
IBindingList.cs:30
System.ComponentModel.IBindingList.AllowEdit
bool AllowEdit
Definition
IBindingList.cs:18
System.ComponentModel.IBindingList.AllowNew
bool AllowNew
Definition
IBindingList.cs:11
System.ComponentModel.IBindingList.RemoveIndex
void RemoveIndex(PropertyDescriptor property)
System.ComponentModel.IBindingList.RemoveSort
void RemoveSort()
System.ComponentModel.IBindingList.Find
int Find(PropertyDescriptor property, object key)
System.ComponentModel.IBindingList
Definition
IBindingList.cs:8
System.Collections
Definition
ArrayList.cs:6
System.ComponentModel.ListSortDirection
ListSortDirection
Definition
ListSortDirection.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
System
ComponentModel
IBindingList.cs
Generated by
1.10.0