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

◆ TargetIsAssignableOrConvertibleToType()

bool Sisus.Init.IInitializer.TargetIsAssignableOrConvertibleToType ( Type type)

Gets a value indicating whether an object of the given type can be assigned to the Target property directly, or if type implements IValueProvider<T>, IValueByTypeProvider or IValueByTypeProviderAsync.

Parameters
typeThe type to check.
Returns
true if an object of the given type can be assigned to the property; otherwise, false.