Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
ReadOnlyFragment Class
ReadOnlyFragment Properties
Item Property
Item Property (Int32)
Item Property (String)
ReadOnlyFragment
Item Property (String)
Gets the value of the given key, or lack thereof, wrapped inside of a
ReadOnlyFragment
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
ReadOnlyFragment
this
[
string
key
] {
get
; }
Parameters
key
Type:
System
String
The key to check
Return Value
Type:
ReadOnlyFragment
The value of the given key, or lack thereof
Implements
IReadOnlyDictionaryFragment
Item
String
See Also
Reference
ReadOnlyFragment Class
Item Overload
Couchbase.Lite Namespace