Click or drag to resize

V8FastArgs.GetUInt16 Method

Gets the UInt16 value of the argument at the specified index.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public ushort GetUInt16(
	int index,
	string name = null
)

Parameters

index  Int32
The argument index.
name  String  (Optional)
An optional argument or property name.

Return Value

UInt16
The UInt16 value of the argument at the specified index.
Remarks
This method throws an exception if the operation fails.
See Also