Click or drag to resize

ReadOnlyArrayGetObject Method

Gets the value at the given index as an untyped object

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public virtual Object GetObject(
	int index
)

Parameters

index
Type: SystemInt32
The index to lookup

Return Value

Type: Object
The value at the index, or null

Implements

IReadOnlyArrayGetObject(Int32)
Remarks
This method should be avoided for numeric types, whose underlying representation is subject to change and thus InvalidCastExceptions
See Also