Click or drag to resize

IPropertyContainerGetArray Method

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
IList<Object> GetArray(
	string key
)

Parameters

key
Type: SystemString
The key to check

Return Value

Type: IListObject
The value stored in the given key, or null if it doesn't exist or is not an IListT of Object
Exceptions
ExceptionCondition
ThreadSafetyViolationExceptionThrown if an invalid access attempt is made
See Also