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