Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
void ICollection<T>.Add(
	T item
)
Visual Basic
Private Sub Add ( _
	item As T _
) Implements ICollection(Of T).Add

Parameters

item
Type: T

Implements

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

See Also