Public Methods

  Name Description
Public method Clear Removes all objects from the CollectionBase instance. (inherited from CollectionBase)
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetEnumerator Returns an enumerator that iterates through the CollectionBase instance. (inherited from CollectionBase)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method Load  
Public method LoadFromFile Loads collection from a file.
Public method RemoveAt Removes the element at the specified index of the CollectionBase instance. (inherited from CollectionBase)
Public method Save  
Public method SaveToFile Stores collection of the objectects into a file in a binary format.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method CreateContainigObject Constucts the object that could be stored in this collection.
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method OnClear Performs additional custom processes when clearing the contents of the CollectionBase instance. (inherited from CollectionBase)
Family method OnClearComplete Performs additional custom processes after clearing the contents of the CollectionBase instance. (inherited from CollectionBase)
Family method OnInsert Performs additional custom processes before inserting a new element into the CollectionBase instance. (inherited from CollectionBase)
Family method OnInsertComplete Performs additional custom processes after inserting a new element into the CollectionBase instance. (inherited from CollectionBase)
Family method OnRemove Performs additional custom processes when removing an element from the CollectionBase instance. (inherited from CollectionBase)
Family method OnRemoveComplete Performs additional custom processes after removing an element from the CollectionBase instance. (inherited from CollectionBase)
Family method OnSet Performs additional custom processes before setting a value in the CollectionBase instance. (inherited from CollectionBase)
Family method OnSetComplete Performs additional custom processes after setting a value in the CollectionBase instance. (inherited from CollectionBase)
Family method OnValidate Performs additional custom processes when validating a value. (inherited from CollectionBase)
Top

See Also