Bind Method
Bind(string, object)
Binds an additional options instance.
Declaration
public TBuilder Bind(string key, object instance)
Parameters
string | key | The key for the instance. |
object | instance | The instance. |
Returns
TBuilder | This options builder. |