Click or drag to resize

V8FastArg.Get<T> Method

Gets a value of the given type from the argument.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public T Get<T>(
	string name = null
)

Parameters

name  String  (Optional)
An optional argument or property name.

Type Parameters

T
The type of value to get.

Return Value

T
A value of type T.
Remarks
This method throws an exception if the operation fails.
See Also