Adds an item to the ICollection<(Of <(<'T>)>)>.

Namespace: CodeSmith.Engine
Assembly: 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

See Also