Click or drag to resize

Body Constructor (IEnumerableByte)

Constructor

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Body(
	IEnumerable<byte> json
)

Parameters

json
Type: System.Collections.GenericIEnumerableByte
An enumerable collection of bytes storing JSON
See Also