ValueList Class Methods
For a list of all members of this type, see ValueList members.
Public Methods
Name | Description | |
---|---|---|
Add | Adds value. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |
Protected Methods
Name | Description | |
---|---|---|
OnClear | (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | (Inherited from System.Collections.CollectionBase) | |
OnInsert | Overridden. Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. | |
OnInsertComplete | (Inherited from System.Collections.CollectionBase) | |
OnRemove | (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | (Inherited from System.Collections.CollectionBase) | |
OnSet | (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | (Inherited from System.Collections.CollectionBase) | |
OnValidate | (Inherited from System.Collections.CollectionBase) |
See Also