Skip to content

JSIterable.Is<T> method

Checks if the T struct can be created from this instance`.

C#
public bool Is<T>()
    where T : struct, IJSValue<T>
parameterdescription
TA struct that implements IJSValue interface.

Return Value

true if the T struct can be created from this instance. Otherwise it returns false.

See Also

Released under the MIT license