C# Class SobekCM.Tools.StringKeyValuePair

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Constructor for a new instance of the StringKeyValuePair class
public StringKeyValuePair ( ) : System
Résultat System

StringKeyValuePair() public méthode

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
Résultat System