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

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.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