dotnetCHARTING Send comments on this topic.
SubValueCollection Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : SubValueCollection Class


The following tables list the members exposed by SubValueCollection.

Public Constructors

 NameDescription
Public ConstructorSubValueCollection ConstructorCreates a new instance of SubValueCollection with the specified list of SubValue objects.  
Top

Public Properties

 NameDescription
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the object at a specified index.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a specified SubValueCollection to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether this collection contains a specified SubValue.  
Public MethodGetEnumerator (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines index of a specified SubValue in this collection.  
Public MethodInsertInserts a SubValue into this collection at a specified index.  
Public MethodRemoveRemoves a specified SubValue from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also