Adds an item to the ICollection<(Of <(T>)>).
Namespace:
BioSharp.Core.UtilsAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
| C# |
|---|
public void Add( T item ) |
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. |