BuiltIn.QsType.get_Documentation(QsType) 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, 0 })]
public static System.Collections.Immutable.ImmutableArray<string> QsType.get_Documentation (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType unnamedParam1);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 0 })>]
Microsoft.Quantum.QsCompiler.Documentation.BuiltIn.QsType.get_Documentation : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType -> System.Collections.Immutable.ImmutableArray<string>
Public Shared Function QsType.get_Documentation (unnamedParam1 As QsType) As ImmutableArray(Of String)
Parameters
- unnamedParam1
- QsType
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute