ComponentOne FinancialChart for WPF
Add(Int32) Method



C1.WPF Namespace > C1OrderedSet Class > Add Method : Add(Int32) Method
The object to add to the ICollection.
Adds an item to the ICollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As Integer _
) 
'Usage
 
Dim instance As C1OrderedSet
Dim item As Integer
 
instance.Add(item)
public void Add( 
   int item
)
public:
void Add( 
   int item
) 

Parameters

item
The object to add to the ICollection.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members
Overload List