Initializes a new instance of the visitor and register it in the composition provided.
Assembly: Epic.Prelude
Declaration Syntax
C# |
protected VisitorBase( CompositeVisitor<TResult> composition )
Parameters
- composition (CompositeVisitor<(Of <(<'TResult>)>)>)
- Composition that will own the new visitor.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
Is thrown when the composition is nullNothingnullptr.
|