Gets or sets collection item at the position index.

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Baltie this[
	int index
] { get; set; }

Parameters

index
Type: System..::.Int32
The zero-based index of the value to get.

Exceptions

ExceptionCondition
System..::.ArgumentNullException value is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also