C# Class System.Collections.DictionaryEntry

Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
DictionaryEntry ( Object key, Object value ) : System

Method Details

DictionaryEntry() public method

public DictionaryEntry ( Object key, Object value ) : System
key Object
value Object
return System