Struct KeyValueList.KeyValue
Namespace: Trail
Assembly: Trail.dll
Syntax
public struct KeyValue
Constructors
KeyValue(String, String)
Declaration
public KeyValue(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.String | value |
Fields
Key
Declaration
public string Key
Field Value
Type | Description |
---|---|
System.String |
Value
Declaration
public string Value
Field Value
Type | Description |
---|---|
System.String |