Method |
Description |
|
Add ( ) : void |
|
|
AddAll ( ) : void |
|
|
Clear ( ) : void |
|
|
Dispose ( ) : void |
|
|
FindOrAdd ( ) : void |
|
|
Init ( ) : void |
|
|
Insert ( ) : void |
|
|
InsertAll ( ) : void |
|
|
InsertFirstLast ( ) : void |
|
|
ListDispose ( ) : void |
|
|
Listenable ( ) : void |
|
|
Remove ( ) : void |
|
|
RemoveAll ( ) : void |
|
|
RemoveAllCopies ( ) : void |
|
|
RemoveAt ( ) : void |
|
|
RemoveFirst ( ) : void |
|
|
RemoveInterval ( ) : void |
|
|
RemoveItem ( ) : void |
|
|
RemoveLast ( ) : void |
|
|
RetainAll ( ) : void |
|
|
Reverse ( ) : void |
|
|
SetThis ( ) : void |
|
|
Shuffle ( ) : void |
|
|
Sort ( ) : void |
|
|
Update ( ) : void |
|
|
UpdateOrAdd ( ) : void |
|
|
ViewAdded ( ) : void |
|
|
ViewChanged ( ) : void |
|
|
ViewCleared ( ) : void |
|
|
ViewInserted ( ) : void |
|
|
ViewRemoved ( ) : void |
|
|
ViewRemovedAt ( ) : void |
|
|
listen ( ) : void |
|
|
w_CollectionChanged ( object sender ) : void |
|
|
w_CollectionCleared ( object sender, ClearedEventArgs eventArgs ) : void |
|
|
w_ItemAdded ( object sender, ItemCountEventArgs eventArgs ) : void |
|
|
w_ItemInserted ( object sender, ItemAtEventArgs eventArgs ) : void |
|
|
w_ItemRemoved ( object sender, ItemCountEventArgs eventArgs ) : void |
|
|
w_ItemRemovedAt ( object sender, ItemAtEventArgs eventArgs ) : void |
|
|