DelegateOrConvention.

Deconstruct(IConvention, Delegate) Method

Summary

Deconstructs the specified convention.

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