ICollection<(Of <(<'T>)>)>..::..Add Method
Adds an item to the ICollection<(Of <(<'T>)>)>.
Namespace:
System.Collections.GenericAssembly: 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
Exception | Condition |
---|---|
System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |