BuiltInKind.NewOperation(ImmutableArray<String>, Boolean) 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.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.UnionCase, 2)]
public static Microsoft.Quantum.QsCompiler.BuiltInKind NewOperation (System.Collections.Immutable.ImmutableArray<string> typeParameters, bool isSelfAdjoint);
Public Shared Function NewOperation (typeParameters As ImmutableArray(Of String), isSelfAdjoint As Boolean) As BuiltInKind
Parameters
- typeParameters
- ImmutableArray<String>
- isSelfAdjoint
- Boolean
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute