Click or drag to resize

SubdocumentFactoryCreate Method (ISubdocument)

Creates a new ISubdocument using the given instance as a model

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
public static ISubdocument Create(
	ISubdocument other
)

Parameters

other
Type: Couchbase.LiteISubdocument
The ISubdocument to use as a model for the new one

Return Value

Type: ISubdocument
A constructed ISubdocument object
See Also