FilterBySourceFile.TransformationState(Func<String,Boolean>) Constructor

Definition

public TransformationState (Func<string,bool> predicate);
new Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.FilterBySourceFile.TransformationState : Func<string, bool> -> Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.FilterBySourceFile.TransformationState
Public Sub New (predicate As Func(Of String, Boolean))

Parameters

predicate
Func<String,Boolean>

Applies to