Click or drag to resize

V8FastResult.Set<T>(Nullable<T>) Method

Sets the result to a nullable value of the given underlying type.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public void Set<T>(
	T? value
)
where T : struct, new()

Parameters

value  Nullable<T>
A nullable value of underlying type T to assign to the result.

Type Parameters

T
The underlying type of the nullable value to assign.
See Also