Gets or sets the type T at the specified index.
            
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# | 
|---|
public T this[ int index ] { get; set; }  | 
| Visual Basic | 
|---|
Public Default Property Item ( index As Integer ) As T Get Set  | 
Parameters
- index
 - Type: System..::..Int32