C# Класс Airbrake.KeyValuePair

A simple key/value pair class used by the Airbrake client for storage of custom parameters.
Показать файл Открыть проект

Открытые методы

Метод Описание
KeyValuePair ( ) : System

Initializes a new instance of the KeyValuePair class.

KeyValuePair ( string key, string value ) : System

Initializes a new instance of the KeyValuePair class.

Описание методов

KeyValuePair() публичный Метод

Initializes a new instance of the KeyValuePair class.
public KeyValuePair ( ) : System
Результат System

KeyValuePair() публичный Метод

Initializes a new instance of the KeyValuePair class.
public KeyValuePair ( string key, string value ) : System
key string The key.
value string The value.
Результат System