Declarations.ValidDeclarations Method

Definition

public static System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<string,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> ValidDeclarations (this System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> this);
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Declarations.ValidDeclarations :  -> System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<string, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>>
<Extension()>
Public Function ValidDeclarations (this As ImmutableArray(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType))) As ImmutableArray(Of LocalVariableDeclaration(Of String, ResolvedType))

Parameters

Returns

ImmutableArray<LocalVariableDeclaration<String,ResolvedType>>

Applies to