Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ FromObject()

static AnyGeneric< T > Sisus.Init.AnyGeneric< T >.FromObject ( [AllowNull] Object value)
static

Creates a new instance of the AnyGeneric struct with the given underlying value.

Parameters
valueThe underlying value of the AnyGeneric<T> object.
Returns
A new instance of the AnyGeneric<T> struct.