StatementKindTransformationBase.OnConditionalStatement 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 override Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind OnConditionalStatement (Microsoft.Quantum.QsCompiler.SyntaxTree.QsConditionalStatement stm);
abstract member OnConditionalStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsConditionalStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
override this.OnConditionalStatement : Microsoft.Quantum.QsCompiler.SyntaxTree.QsConditionalStatement -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsStatementKind
Public Overrides Function OnConditionalStatement (stm As QsConditionalStatement) As QsStatementKind