UniValueCollection Item Property (Int32)Nemiro.OAuth
Gets or sets the element at the specified index.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public UniValue this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the element to get or set.

Property Value

Type: UniValue
See Also