Show / Hide Table of Contents

    Interface IRegistryBase<TKey, TValue>

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: Catalyst.Abstractions.Registry
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IRegistryBase<in TKey, TValue> : IDisposable
    Type Parameters
    Name Description
    TKey
    TValue

    Methods

    | Improve this Doc View Source

    AddItemToRegistry(TKey, TValue)

    Declaration
    bool AddItemToRegistry(TKey identifier, TValue item)
    Parameters
    Type Name Description
    TKey identifier
    TValue item
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetItemFromRegistry(TKey)

    Declaration
    TValue GetItemFromRegistry(TKey identifier)
    Parameters
    Type Name Description
    TKey identifier
    Returns
    Type Description
    TValue
    | Improve this Doc View Source

    RegistryContainsKey(TKey)

    Declaration
    bool RegistryContainsKey(TKey identifier)
    Parameters
    Type Name Description
    TKey identifier
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RemoveItemFromRegistry(TKey)

    Declaration
    bool RemoveItemFromRegistry(TKey identifier)
    Parameters
    Type Name Description
    TKey identifier
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network