Click or drag to resize

ValueTypePtrT  Conversion (T to ValueTypePtrT)

[Missing <summary> documentation for "M:Couchbase.Lite.Util.ValueTypePtr`1.op_Implicit(`0)~Couchbase.Lite.Util.ValueTypePtr{`0}"]

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static implicit operator ValueTypePtr<T> (
	T val
)

Parameters

val
Type: T
The value to convert to a value type pointer

Return Value

Type: ValueTypePtrT

[Missing <returns> documentation for "M:Couchbase.Lite.Util.ValueTypePtr`1.op_Implicit(`0)~Couchbase.Lite.Util.ValueTypePtr{`0}"]

See Also