StringStringPair class

StringStringPair class

Structure contains string key and string value and is temporary replacement of KeyValuePair<string, string>

The StringStringPair type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
keyString key
valueString value

See Also