C# Class ValveResourceFormat.KeyValues.KVValue

Class to hold type + value
Afficher le fichier Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Méthodes publiques

Méthode Description
KVValue ( KVType type, object value ) : System

Method Details

KVValue() public méthode

public KVValue ( KVType type, object value ) : System
type KVType
value object
Résultat System