Adds an item to the ICollection<(Of <(<'T>)>)>.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
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. |