Search Results for

    Show / Hide Table of Contents

    Method Deconstruct

    | Improve this Doc View Source

    Deconstruct(out String, out ISectionData)

    Deconstructs the current SectionModel.

    Declaration
    public readonly void Deconstruct(out string name, out ISectionData data)
    Parameters
    Type Name Description
    String name

    The section name of the current SectionModel.

    ISectionData data

    The sections data of the current SectionModel.

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