 | ParsedContentInfoSections Property |
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Pages.Parsing.ParsedContentInfo.Sections"]
Namespace: WikiClientLibrary.Pages.ParsingAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic IReadOnlyList<ContentSectionInfo> Sections { get; init; }Public Property Sections As IReadOnlyList(Of ContentSectionInfo)
Get
Set
Dim instance As ParsedContentInfo
Dim value As IReadOnlyList(Of ContentSectionInfo)
value = instance.Sections
instance.Sections = value
public:
property IReadOnlyList<ContentSectionInfo^>^ Sections {
IReadOnlyList<ContentSectionInfo^>^ get ();
void set (IReadOnlyList<ContentSectionInfo^>^ value);
}member Sections : IReadOnlyList<ContentSectionInfo> with get, set
Property Value
IReadOnlyListContentSectionInfo
See Also