Appearance
Delegate that provides a conversion from some type to a JS value.
public delegate JSValue From<T>(T value);