mscorlib(4.0.0.0) API with additions
CollectionChangeAction.cs
1
namespace
System.ComponentModel
2
{
4
public
enum
CollectionChangeAction
5
{
7
Add
= 1,
9
Remove,
11
Refresh
12
}
13
}
System.ComponentModel.CollectionChangeAction
CollectionChangeAction
Specifies how the collection is changed.
Definition:
CollectionChangeAction.cs:4
System.ComponentModel.CollectionChangeAction.Refresh
Specifies that the entire collection has changed. This is caused by using methods that manipulate the...
System.ConsoleKey.Add
The Add key (the addition key on the numeric keypad).
System.ComponentModel
Definition:
AddingNewEventArgs.cs:3
All cs
System.ComponentModel
CollectionChangeAction.cs
Generated by
1.8.15