Indexer to get or set items within this collection using array index syntax.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

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

Parameters

index
Type: System..::..Int32

Field Value

The indexed item.

See Also