C# Class LitJson.Extensions.Extensions

Afficher le fichier Open project: SNUGDC/Killing-Game

Méthodes publiques

Méthode Description
WriteProperty ( this w, string name, bool value ) : void
WriteProperty ( this w, string name, double value ) : void
WriteProperty ( this w, string name, long value ) : void
WriteProperty ( this w, string name, string value ) : void

Method Details

WriteProperty() public static méthode

public static WriteProperty ( this w, string name, bool value ) : void
w this
name string
value bool
Résultat void

WriteProperty() public static méthode

public static WriteProperty ( this w, string name, double value ) : void
w this
name string
value double
Résultat void

WriteProperty() public static méthode

public static WriteProperty ( this w, string name, long value ) : void
w this
name string
value long
Résultat void

WriteProperty() public static méthode

public static WriteProperty ( this w, string name, string value ) : void
w this
name string
value string
Résultat void