Optionallink
A constructor parameter decorator that marks a dependency as optional.
参见
说明
The DI framework provides null if the dependency is not found. For example, the following code allows the possibility of a null result:
A constructor parameter decorator that marks a dependency as optional.
The DI framework provides null if the dependency is not found. For example, the following code allows the possibility of a null result: