C# Class MaCRo.Tools.KeyValuePair

Exibir arquivo Open project: AlexAlbala/MaCRo Class Usage Examples

Public Properties

Property Type Description
Key object
Value object

Public Methods

Method Description
KeyValuePair ( ) : System
KeyValuePair ( object Key, object Value ) : System
ToString ( ) : String

Method Details

KeyValuePair() public method

public KeyValuePair ( ) : System
return System

KeyValuePair() public method

public KeyValuePair ( object Key, object Value ) : System
Key object
Value object
return System

ToString() public method

public ToString ( ) : String
return String

Property Details

Key public_oe property

public object Key
return object

Value public_oe property

public object Value
return object