QsNamespace.WithElements Method

Definition

public Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace WithElements (Func<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement>,System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement>> getElements);
member this.WithElements : Func<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement>, System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespaceElement>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace
Public Function WithElements (getElements As Func(Of ImmutableArray(Of QsNamespaceElement), ImmutableArray(Of QsNamespaceElement))) As QsNamespace

Parameters

Returns

QsNamespace

Applies to