Click or drag to resize
IReadOnlyOrderedDictionaryTKey, TValueItem Property (Int32)
Gets the element at the specified index.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
TValue this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get.

Return Value

Type: TValue
The element at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is less than 0 -or- index is equal to or greater than Count.
See Also