Adds an item to the ICollection<(Of <(<'T>)>)>.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void Add( T item ) |
Visual Basic |
---|
Public Sub Add ( item As T ) |
Visual C++ |
---|
public: virtual void Add( T item ) sealed |
F# |
---|
abstract Add : item : 'T -> unit override Add : item : 'T -> unit |
Parameters
- item
- Type: T
The object to add to the ICollection<(Of <(<'T>)>)>.
Implements
ICollection<(Of <(<'T>)>)>..::..Add(T)Exceptions
Exception | Condition |
---|---|
System..::..NotSupportedException | The ICollection<(Of <(<'T>)>)> is read-only. |