ValueTypePtrT Class |
Namespace: Couchbase.Lite.Util
public sealed class ValueTypePtr<T> where T : struct, new()
[Missing <typeparam name="T"/> documentation for "T:Couchbase.Lite.Util.ValueTypePtr`1"]
The ValueTypePtrT type exposes the following members.
Name | Description | |
---|---|---|
ValueTypePtrT | Initializes a new instance of the ValueTypePtrT class |
Name | Description | |
---|---|---|
IsNull |
Checks whether or not this instance is semantically null (this helps elimiate null checks
in methods that accept this type)
| |
Value |
Gets or sets value held by this object
|
Name | Description | |
---|---|---|
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
(T to ValueTypePtrT) | ||
(ValueTypePtrT to T) |