Click or drag to resize

ValueTypePtrT  Conversion (ValueTypePtrT to T)

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

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

Parameters

val
Type: Couchbase.Lite.UtilValueTypePtrT
The object to cast to its contained type

Return Value

Type: T

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

See Also