Adds an item to the ICollection<(Of <(<'T>)>)>.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public void Add( int item ) |
| Visual Basic |
|---|
Public Sub Add ( _ item As Integer _ ) |
Parameters
- item
- Type: System..::..Int32
The object to add to the ICollection<(Of <(<'T>)>)>.