OperationVisitor<TArgument,TResult> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a IOperation visitor that visits only the single IOperation
passed into its Visit method with an additional argument of the type specified by the
TArgument
parameter and produces a value of the type specified by
the TResult
parameter.
generic <typename TArgument, typename TResult>
public ref class OperationVisitor abstract
public abstract class OperationVisitor<TArgument,TResult>
type OperationVisitor<'Argument, 'Result> = class
Public MustInherit Class OperationVisitor(Of TArgument, TResult)
Type Parameters
- TArgument
The type of the additional argument passed to this visitor's Visit method.
- TResult
The type of the return value of this visitor's Visit method.
- Inheritance
-
OperationVisitor<TArgument,TResult>
- Derived
Constructors
OperationVisitor<TArgument,TResult>() |
Methods
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.