Interface IKeyValuePair<TKey, TValue>
- Namespace
- Monai.Deploy.InformaticsGateway.Api
- Assembly
- Monai.Deploy.InformaticsGateway.Api.dll
public interface IKeyValuePair<TKey, TValue>
Type Parameters
TKey
TValue
Properties
Key
TKey Key { get; set; }
Property Value
- TKey
Value
TValue Value { get; set; }
Property Value
- TValue