C# Class FSOInstaller.KeyValuePair

显示文件 Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Key string
Value string

Public Methods

Method Description
KeyValuePair ( string key, string value ) : System

Method Details

KeyValuePair() public method

public KeyValuePair ( string key, string value ) : System
key string
value string
return System

Property Details

Key public_oe property

public string Key
return string

Value public_oe property

public string Value
return string