Summary
Deconstructs the specified convention.
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions .Scanners - Containing Type
- DelegateOrConvention
Syntax
public void Deconstruct(out IConvention convention, out Delegate delegate)
Parameters
| Name | Type | Description |
|---|---|---|
| convention | IConvention | The convention. |
| delegate | Delegate | The delegate. |
Return Value
| Type | Description |
|---|---|
| void |
