Adds an item to the ICollection<(Of <(<'T>)>)>.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public void Add( T item )  | 
| Visual Basic | 
|---|
Public Sub Add ( item As T )  | 
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. |