Adds an item to the ICollection<(Of <(<'T>)>)>.

Namespace:  C1.Silverlight
Assembly:  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>)>)>.

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also