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

◆ FromValue()

static AnyGeneric< T > Sisus.Init.AnyGeneric< T >.FromValue ( T 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.