| 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.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public 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
IReadOnlyListContentSectionInfoSee Also