Search Results for

    Show / Hide Table of Contents

    Constructor SectionModel

    | Improve this Doc View Source

    SectionModel(String, ISectionData)

    Initializes a new instance of the SectionModel structure with the specified name and data.

    Declaration
    public SectionModel(string name, ISectionData data)
    Parameters
    Type Name Description
    String name

    The name of the section.

    ISectionData data

    The section data.

    Exceptions
    Type Condition
    ArgumentNullException

    name or data is null.

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