C# Class ValveResourceFormat.KeyValues.KVValue

Class to hold type + value
ファイルを表示 Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
KVValue ( KVType type, object value ) : System

Method Details

KVValue() public method

public KVValue ( KVType type, object value ) : System
type KVType
value object
return System