Method | Description | |
---|---|---|
WriteAttr ( this w, string name, System.DateTime d ) : void | ||
WriteAttr ( this w, string name, int n, int def ) : void | ||
WriteAttr ( this w, string name, string s, string def = null ) : void |
public static WriteAttr ( this w, string name, System.DateTime d ) : void | ||
w | this | |
name | string | |
d | System.DateTime | |
return | void |
public static WriteAttr ( this w, string name, int n, int def ) : void | ||
w | this | |
name | string | |
n | int | |
def | int | |
return | void |
public static WriteAttr ( this w, string name, string s, string def = null ) : void | ||
w | this | |
name | string | |
s | string | |
def | string | |
return | void |