Declarations.DeclaredTypeName(QsFragmentKind, String) 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.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static string DeclaredTypeName (this Microsoft.Quantum.QsCompiler.SyntaxTokens.QsFragmentKind this, string onInvalid);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Declarations.DeclaredTypeName : string -> string
<Extension()>
Public Function DeclaredTypeName (this As QsFragmentKind, onInvalid As String) As String
Parameters
- this
- QsFragmentKind
- onInvalid
- String
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute