Airbrake.KeyValuePair.KeyValuePair C# (CSharp) Method

KeyValuePair() public method

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

Same methods

KeyValuePair::KeyValuePair ( string key, string value ) : System
KeyValuePair