OperationVisitor<TArgument,TResult>.VisitCollectionExpressionElementsPlaceholder Method
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.
public virtual TResult? VisitCollectionExpressionElementsPlaceholder(Microsoft.CodeAnalysis.Operations.ICollectionExpressionElementsPlaceholderOperation operation, TArgument argument);
abstract member VisitCollectionExpressionElementsPlaceholder : Microsoft.CodeAnalysis.Operations.ICollectionExpressionElementsPlaceholderOperation * 'Argument -> 'Result
override this.VisitCollectionExpressionElementsPlaceholder : Microsoft.CodeAnalysis.Operations.ICollectionExpressionElementsPlaceholderOperation * 'Argument -> 'Result
Public Overridable Function VisitCollectionExpressionElementsPlaceholder (operation As ICollectionExpressionElementsPlaceholderOperation, argument As TArgument) As TResult
Parameters
- argument
- TArgument