C# 클래스 LitJson.Extensions.Extensions

파일 보기 프로젝트 열기: SNUGDC/Killing-Game

공개 메소드들

메소드 설명
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

메소드 상세

WriteProperty() 공개 정적인 메소드

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

WriteProperty() 공개 정적인 메소드

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

WriteProperty() 공개 정적인 메소드

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

WriteProperty() 공개 정적인 메소드

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