C# 클래스 Airbrake.KeyValuePair

A simple key/value pair class used by the Airbrake client for storage of custom parameters.
파일 보기 프로젝트 열기: atech/airbrake-dotnet

공개 메소드들

메소드 설명
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