ComponentOne Basic Library for WPF and Silverlight
Add(Int32) Method


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

Parameters

item
The object to add to the System.Collections.Generic.ICollection`1.
See Also

Reference

C1OrderedSet Class
C1OrderedSet Members
Overload List