QsCallable.WithSpecializations Method

Definition

public Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable WithSpecializations (Func<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization>,System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization>> getSpecs);
member this.WithSpecializations : Func<System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization>, System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsSpecialization>> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable
Public Function WithSpecializations (getSpecs As Func(Of ImmutableArray(Of QsSpecialization), ImmutableArray(Of QsSpecialization))) As QsCallable

Parameters

Returns

QsCallable

Applies to