In This Topic
Void Add(EnumTypeXXXX newItem)
|
|
Property |
Description |
|
|
|
Method Name |
Add |
|
|
|
Argument - newItem |
The enumerated value to add to the collection |
|
|
|
Description |
Adds a the value to the collection |
|
|
|
Remarks |
Causes the OnCollectionChange to be fired, after the class is added.
|
|