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 SourceKey
Declaration
TKey Key { get; set; }
Property Value
Type | Description |
---|---|
TKey |
Value
Declaration
TValue Value { get; set; }
Property Value
Type | Description |
---|---|
TValue |