Constructor RegisterBindingAttribute
RegisterBindingAttribute(Type, bool)
Initializes a binding type.
Declaration
public RegisterBindingAttribute(Type type, bool exposed = true)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type | Specific binding type. |
| bool | exposed | If the binding should be exposed by default. |