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