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. |