Public Methods
| Name | Description | |
|---|---|---|
|
|
Clear | Removes all objects from the |
|
|
Equals | Determines whether the specified |
|
|
GetEnumerator | Returns an enumerator that iterates through the |
|
|
GetHashCode | Serves as a hash function for a particular type. |
|
|
GetType | Gets the |
|
|
Load | |
|
|
LoadFromFile | Loads collection from a file. |
|
|
RemoveAt | Removes the element at the specified index of the |
|
|
Save | |
|
|
SaveToFile | Stores collection of the objectects into a file in a binary format. |
|
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
|
CreateContainigObject | Constucts the object that could be stored in this 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) |