Struct KeyValue
Represents a key-value string pair.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public struct KeyValue
Remarks
This structure is available since v7.8.
Constructors
| Name | Description |
|---|---|
| KeyValue(string, string) | Initializes a new instance of the KeyValue structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty key-value pair. |
| Key | Key, or null if empty. |
| Value | Value, or null if empty. |
Properties
| Name | Description |
|---|---|
| IsEmpty | Tells whether the key-value pair is empty. |