메소드 | 설명 | |
---|---|---|
AddResource ( string name, byte value ) : void | ||
AddResource ( string name, object value ) : void | ||
AddResource ( string name, string value ) : void | ||
Dispose ( ) : void | ||
ResXWriter ( string fileName ) : System |
public AddResource ( string name, byte value ) : void | ||
name | string | |
value | byte | |
리턴 | void |
public AddResource ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |
public AddResource ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |