Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual string this[
	int index
] { get; set; }
Visual Basic
Public Overridable Default Property Item ( 
	index As Integer
) As String
	Get
	Set

Parameters

index
Type: System..::..Int32

Property Value

Type: String

See Also