C# Class SobekCM.Tools.StringKeyValuePair

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
StringKeyValuePair ( ) : System

Constructor for a new instance of the StringKeyValuePair class

StringKeyValuePair ( string Key, string Value ) : System

Constructor for a new instance of the StringKeyValuePair class

Method Details

StringKeyValuePair() public method

Constructor for a new instance of the StringKeyValuePair class
public StringKeyValuePair ( ) : System
return System

StringKeyValuePair() public method

Constructor for a new instance of the StringKeyValuePair class
public StringKeyValuePair ( string Key, string Value ) : System
Key string Key for this key/value pair
Value string Value for this key/value pair
return System