Search Results for

    Show / Hide Table of Contents

    Interface ISectionData

    Represents a collection of data from a specific section.

    Inherited Members
    IEnumerable<String>.GetEnumerator()
    Namespace: SeztionParser
    Assembly: SeztionParser.dll
    Syntax
    public interface ISectionData : IEnumerable<string>, IEnumerable

    Properties

    Name Description
    Count

    Gets the number of elements in a section.

    Item[Int32]

    Gets an element of a section at the specified index.

    Methods

    Name Description
    Contains(String)

    Determine if the item is in the section.

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