C# Class FdoToolbox.Base.NameValuePair

A name/value class
ファイルを表示 Open project: jumpinjackie/fdotoolbox

Public Methods

Method Description
NameValuePair ( string name, string value ) : System

Initializes a new instance of the NameValuePair class.

Method Details

NameValuePair() public method

Initializes a new instance of the NameValuePair class.
public NameValuePair ( string name, string value ) : System
name string The name.
value string The value.
return System