QsNamespace.Documentation Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 2)]
public System.Linq.ILookup<string,System.Collections.Immutable.ImmutableArray<string>> Documentation { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 2)>]
Documentation : System.Linq.ILookup<string, System.Collections.Immutable.ImmutableArray<string>>
Public ReadOnly Property Documentation As ILookup(Of String, ImmutableArray(Of String))

Property Value

ILookup<String,ImmutableArray<String>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to