Public Methods
| Name | Description | |
|---|---|---|
|
|
Add | Adds a |
|
|
AddRange | Overloaded. Copies the elements of an array to the end of the |
|
|
Clear | Removes all objects from the |
|
|
Contains | Gets a value indicating whether the |
|
|
CopyTo | Copies the |
|
|
Equals | Determines whether the specified |
|
|
GetEnumerator | Returns an enumerator that can iterate through the |
|
|
GetHashCode | Serves as a hash function for a particular type. |
|
|
GetType | Gets the |
|
|
IndexOf | Returns the index of a |
|
|
Insert | Inserts a |
|
|
Load | (inherited from NeuroObjectCollection) |
|
|
LoadFromFile | Loads collection from a file. (inherited from NeuroObjectCollection) |
|
|
Remove | Removes a specific |
|
|
RemoveAt | Removes the element at the specified index of the |
|
|
Save | (inherited from NeuroObjectCollection) |
|
|
SaveToFile | Stores collection of the objectects into a file in a binary format. (inherited from NeuroObjectCollection) |
|
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
CreateContainigObject | Overridden. Overridden.Creates new object contained by collection. |
|
|
Finalize | Allows an |
|
|
MemberwiseClone | Creates a shallow copy of the current |
|
|
OnClear | Performs additional custom processes when clearing the contents of the |
|
|
OnClearComplete | Performs additional custom processes after clearing the contents of the |
|
|
OnInsert | Performs additional custom processes before inserting a new element into the |
|
|
OnInsertComplete | Performs additional custom processes after inserting a new element into the |
|
|
OnRemove | Performs additional custom processes when removing an element from the |
|
|
OnRemoveComplete | Performs additional custom processes after removing an element from the |
|
|
OnSet | Performs additional custom processes before setting a value in the |
|
|
OnSetComplete | Performs additional custom processes after setting a value in the |
|
|
OnValidate | Performs additional custom processes when validating a value. (inherited from CollectionBase) |