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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET