Airbrake.KeyValuePair.KeyValuePair C# (CSharp) Метод

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

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

Same methods

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