Initializes a new instance of the EchoingVisitor<(Of <(<'TEcho>)>)> class.
Assembly: Epic.Prelude
Declaration Syntax
C# |
public EchoingVisitor( CompositeVisitorBase<TEcho, TEcho> composition )
Parameters
- composition (CompositeVisitorBase<(Of <(<'TEcho, TEcho>)>)>)
- Composition (typically a normalizer or an optimizer).
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | composition is nullNothingnullptr. |