C1.Silverlight Namespace / C1OrderedSet Class / Add Method / Add(Int32) Method
The object to add to the ICollection.

In This Topic
Add(Int32) Method
In This Topic
Adds an item to the ICollection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal item As Integer _
) 
 

Parameters

item
The object to add to the ICollection.
See Also