Public Methods

  Name Description
Public method Add Adds a NeuroLink with the specified value to the NeuroLinkCollection .
Public method AddRange Overloaded. Copies the elements of an array to the end of the NeuroLinkCollection.
Public method Clear Removes all objects from the CollectionBase instance. (inherited from CollectionBase)
Public method Contains Gets a value indicating whether the NeuroLinkCollection contains the specified NeuroLink.
Public method CopyTo Copies the NeuroLinkCollection values to a one-dimensional Array instance at the specified index.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetEnumerator Returns an enumerator that can iterate through the NeuroLinkCollection .
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 IndexOf Returns the index of a NeuroLink in the NeuroLinkCollection .
Public method Insert Inserts a NeuroLink into the NeuroLinkCollection at the specified index.
Public method Load   (inherited from NeuroObjectCollection)
Public method LoadFromFile Loads collection from a file. (inherited from NeuroObjectCollection)
Public method Remove Removes a specific NeuroLink from the NeuroLinkCollection .
Public method RemoveAt Removes the element at the specified index of the CollectionBase instance. (inherited from CollectionBase)
Public method Save   (inherited from NeuroObjectCollection)
Public method SaveToFile Stores collection of the objectects into a file in a binary format. (inherited from NeuroObjectCollection)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Top

Protected Methods

  Name Description
Family method CreateContainigObject Overridden. Overridden.Creates new object contained by 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