Search Results for

    Show / Hide Table of Contents

    Method Contains

    | Improve this Doc View Source

    Contains(String)

    Determine if the item is in the section.

    Declaration
    bool Contains(string item)
    Parameters
    Type Name Description
    String item

    The item to locate in the section.

    Returns
    Type Description
    Boolean

    true if item is found in the section; otherwise, false.

    Exceptions
    Type Condition
    ArgumentNullException

    item is null.

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