Authlete
Pair Class Reference

A pair of a string key and a string value. More...

Public Member Functions

 Pair ()
 The default constructor. This is an alias of Pair(null, null). More...
 
 Pair (string key, string value)
 Constructor with a pair of key and value. More...
 

Properties

string Key [get, set]
 The name. More...
 
string Value [get, set]
 The value. More...
 

Detailed Description

A pair of a string key and a string value.

Since version 1.0.8.

Constructor & Destructor Documentation

◆ Pair() [1/2]

Pair ( )
inline

The default constructor. This is an alias of Pair(null, null).

◆ Pair() [2/2]

Pair ( string  key,
string  value 
)
inline

Constructor with a pair of key and value.

Parameters
keyThe key.
Parameters
valueThe value.

Property Documentation

◆ Key

string Key
getset

The name.

◆ Value

string Value
getset

The value.


The documentation for this class was generated from the following file: