SyntaxTreeToQsharp.ExpressionKindTransformation.OnUnitValue Method

Definition

System.Object.OnUnitValue
public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> OnUnitValue ();
override this.OnUnitValue : unit -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Overrides Function OnUnitValue () As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType)

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to