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

◆ AnyGeneric() [2/2]

Sisus.Init.AnyGeneric< T >.AnyGeneric ( Object value)

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

Parameters
valueThe underlying value of the AnyGeneric<T> object.
Exceptions
InvalidCastExceptionThrown if value could not be cast to T nor converted to it via an IValueByTypeProvider or IValueProvider<T> implementation.