Click or drag to resize

V8FastResult.Set(ReadOnlySpan<Char>) Method

Sets the result to a string value, specified as a ReadOnlySpan<char>.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public void Set(
	ReadOnlySpan<char> value
)

Parameters

value  ReadOnlySpan<Char>
The string value to assign to the result, specified as a ReadOnlySpan<char>.
See Also