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

◆ Any() [2/2]

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

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

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