Search Results for

    Show / Hide Table of Contents

    Interface IKeyValuePair<TKey, TValue>

    Namespace: Monai.Deploy.InformaticsGateway.Api
    Assembly: Monai.Deploy.InformaticsGateway.Api.dll
    Syntax
    public interface IKeyValuePair<TKey, TValue>
    Type Parameters
    Name Description
    TKey
    TValue

    Properties

    | Improve this Doc View Source

    Key

    Declaration
    TKey Key { get; set; }
    Property Value
    Type Description
    TKey
    | Improve this Doc View Source

    Value

    Declaration
    TValue Value { get; set; }
    Property Value
    Type Description
    TValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022-2023 Project MONAI
    Generated by DocFX