QsTypeKind<Type,UdtName,TParam,Characteristics>.NewOperation 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, 14)]
public static Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Type,UdtName,TParam,Characteristics> NewOperation (Tuple<Type,Type> item1, Characteristics item2);
Public Shared Function NewOperation (item1 As Tuple(Of Type, Type), item2 As Characteristics) As QsTypeKind(Of Type, UdtName, TParam, Characteristics)
Parameters
- item1
- Tuple<Type,Type>
- item2
- Characteristics
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute