C# Class CustomConfigurations.ConfigValueItem

ファイルを表示 Open project: twistedtwig/CustomConfigurations

Public Methods

Method Description
ConfigValueItem ( string key, string value )
ConfigValueItem ( string key, string value, bool inherited )

Method Details

ConfigValueItem() public method

public ConfigValueItem ( string key, string value )
key string
value string

ConfigValueItem() public method

public ConfigValueItem ( string key, string value, bool inherited )
key string
value string
inherited bool