StripPositionInfo.Apply 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.
Overloads
| Apply(QsNamespace) | |
| Apply(QsScope) | |
| Apply(ResolvedType) | |
| Apply(TypedExpression) |
Apply(QsNamespace)
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace a);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace
Public Shared Function Apply (a As QsNamespace) As QsNamespace
Parameters
Returns
Applies to
Apply(QsScope)
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope s);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope
Public Shared Function Apply (s As QsScope) As QsScope
Parameters
- s
- QsScope
Returns
Applies to
Apply(ResolvedType)
public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType t);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public Shared Function Apply (t As ResolvedType) As ResolvedType
Parameters
Returns
Applies to
Apply(TypedExpression)
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression e);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function Apply (e As TypedExpression) As TypedExpression