C# Class MiningGame.Code.Structs.KeyValue

Afficher le fichier Open project: geel9/Minor-Destruction Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
value string

Méthodes publiques

Méthode Description
KeyValue ( string name, string value ) : System

Method Details

KeyValue() public méthode

public KeyValue ( string name, string value ) : System
name string
value string
Résultat System

Property Details

name public_oe property

public string name
Résultat string

value public_oe property

public string value
Résultat string