Search Results for

    Show / Hide Table of Contents

    Property Item

    | Improve this Doc View Source

    Item[String]

    Gets the data of a section with the specified section.

    Declaration
    ISectionData this[string section] { get; }
    Parameters
    Type Name Description
    String section

    The name of the section to get.

    Property Value
    Type Description
    ISectionData

    The collection with the specified section.

    Exceptions
    Type Condition
    ArgumentNullException

    section is null.

    SectionNotFoundException

    If the section does not exist.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2021 seztion-parser