C# Class LitJson.Extensions.Extensions

显示文件 Open project: SNUGDC/Killing-Game

Public Methods

Method 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 method

public static WriteProperty ( this w, string name, bool value ) : void
w this
name string
value bool
return void

WriteProperty() public static method

public static WriteProperty ( this w, string name, double value ) : void
w this
name string
value double
return void

WriteProperty() public static method

public static WriteProperty ( this w, string name, long value ) : void
w this
name string
value long
return void

WriteProperty() public static method

public static WriteProperty ( this w, string name, string value ) : void
w this
name string
value string
return void