Gets or sets the type T at the specified index.

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

Property Value

Type: T

Implements

IList<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also