Search Results for

    Show / Hide Table of Contents

    Interface IMetadata

    Namespace: Ibralogue.Parser
    Assembly: .dll
    Syntax
    public interface IMetadata

    Methods

    | Edit this page View Source

    HasMetadata(string)

    Check if entity contains any metadata.

    Declaration
    bool HasMetadata(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    bool
    | Edit this page View Source

    TryGetMetadataValue(string, out string)

    Declaration
    bool TryGetMetadataValue(string key, out string value)
    Parameters
    Type Name Description
    string key
    string value
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs