FilterBySourceFile.Apply Method

Definition

Overloads

Apply(QsNamespace, Func<String,Boolean>)
Apply(QsNamespace, String[])

Apply(QsNamespace, Func<String,Boolean>)

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace ns, Func<string,bool> predicate);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace * Func<string, bool> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace
Public Shared Function Apply (ns As QsNamespace, predicate As Func(Of String, Boolean)) As QsNamespace

Parameters

predicate
Func<String,Boolean>

Returns

QsNamespace

Applies to

Apply(QsNamespace, String[])

public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace Apply (Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace ns, params string[] fileIds);
static member Apply : Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace * string[] -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace
Public Shared Function Apply (ns As QsNamespace, ParamArray fileIds As String()) As QsNamespace

Parameters

fileIds
String[]

Returns

QsNamespace

Applies to