Bridge

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

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

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
void Add(
	T item
)
<TemplateAttribute> _
Sub Add ( _
	item As T _
)
[TemplateAttribute]
void Add(
	T item
)

Parameters

item
Type: T
The object to add to the ICollection<(Of <(<'T>)>)>.

Exceptions