 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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