C# Class LitDev.LDSort.pair

Inheritance: IComparable
Show file Open project: litdev1/LitDev

Public Properties

Property Type Description
key string
value string

Public Methods

Method Description
pair ( string _key, string _value ) : System

Private Methods

Method Description
IComparable ( object obj ) : int

Method Details

pair() public method

public pair ( string _key, string _value ) : System
_key string
_value string
return System

Property Details

key public property

public string key
return string

value public property

public string value
return string