Click or drag to resize

ReadOnlyDocumentGetObject Method

[Missing <summary> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetObject(System.String)"]

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
public Object GetObject(
	string key
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetObject(System.String)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Couchbase.Lite.ReadOnlyDocument.GetObject(System.String)"]

Implements

IReadOnlyDictionaryGetObject(String)
See Also