메소드 | 설명 | |
---|---|---|
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 |
public static WriteProperty ( this w, string name, bool value ) : void | ||
w | this | |
name | string | |
value | bool | |
리턴 | void |
public static WriteProperty ( this w, string name, double value ) : void | ||
w | this | |
name | string | |
value | double | |
리턴 | void |
public static WriteProperty ( this w, string name, long value ) : void | ||
w | this | |
name | string | |
value | long | |
리턴 | void |
public static WriteProperty ( this w, string name, string value ) : void | ||
w | this | |
name | string | |
value | string | |
리턴 | void |