Public Properties

  Name Description
Public property Capacity Gets or sets the number of elements that the CollectionBase can contain. (inherited from CollectionBase)
Public property Count Gets the number of elements contained in the CollectionBase instance. (inherited from CollectionBase)
Public property Item Represents the entry at the specified index of the NeuroLink.
Top

Protected Properties

  Name Description
Family property InnerList Gets an ArrayList containing the list of elements in the CollectionBase instance. (inherited from CollectionBase)
Family property List Gets an IList containing the list of elements in the CollectionBase instance. (inherited from CollectionBase)
Top

See Also