C# Class Airbrake.KeyValuePair

A simple key/value pair class used by the Airbrake client for storage of custom parameters.
Datei anzeigen Open project: atech/airbrake-dotnet

Public Methods

Method Description
KeyValuePair ( ) : System

Initializes a new instance of the KeyValuePair class.

KeyValuePair ( string key, string value ) : System

Initializes a new instance of the KeyValuePair class.

Method Details

KeyValuePair() public method

Initializes a new instance of the KeyValuePair class.
public KeyValuePair ( ) : System
return System

KeyValuePair() public method

Initializes a new instance of the KeyValuePair class.
public KeyValuePair ( string key, string value ) : System
key string The key.
value string The value.
return System