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

◆ HasValueFor()

bool Sisus.Init.IValueProvider.HasValueFor ( Component client)

Gets a value indicating whether this value provider can provide a value for the client at this time.

Parameters
clientThe component requesting the value, if request is coming from a component; otherwise, null.
Returns
true if can provide a value for the client at this time; otherwise, false.

Implemented in Sisus.Init.IValueProvider< TValue >.