Search Results for

    Show / Hide Table of Contents

    Struct SectionModel

    Represents a section.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: SeztionParser
    Assembly: SeztionParser.dll
    Syntax
    public readonly struct SectionModel

    Constructors

    Name Description
    SectionModel(String, ISectionData)

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

    Properties

    Name Description
    Data

    Allows access to the section data.

    Name

    Allows access to the section name.

    Methods

    Name Description
    Deconstruct(out String, out ISectionData)

    Deconstructs the current SectionModel.

    ToString()

    Converts the SectionModel instance to a String object.

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