Click or drag to resize

ReadOnlyDocumentGetDictionary Method

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

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

Parameters

key
Type: SystemString

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

Return Value

Type: IReadOnlyDictionary

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

Implements

IReadOnlyDictionaryGetDictionary(String)
See Also