SelectByFoldingOverExpressions.StatementTransformation<TSelector>.CreateSelector Property
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.
protected Func<Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions.TransformationState,TSelector> CreateSelector { get; }
member this.CreateSelector : Func<Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions.TransformationState, 'Selector (requires 'Selector :> Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions)>
Protected ReadOnly Property CreateSelector As Func(Of SelectByFoldingOverExpressions.TransformationState, TSelector)
Property Value
- Func<TransformationState,TSelector>