Skip to content

JSValue.To<T> delegate

Delegate that provides a conversion from a JS value to some type.

C#
public delegate T To<T>(JSValue value);

See Also

Released under the MIT license