FilterBySourceFile.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, 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
- ns
- QsNamespace
Returns
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
- ns
- QsNamespace
- fileIds
- String[]