ResXResourceWriter.AddResource Method
.NET Framework 2.0
Adds a resource to the list of resources to write.
| Name | Description |
|---|---|
| ResXResourceWriter.AddResource (ResXDataNode) | Adds a named resource specified in a ResXDataNode object to the list of resources to write. |
| ResXResourceWriter.AddResource (String, Byte[]) | Adds a named resource specified as a byte array to the list of resources to write. |
| ResXResourceWriter.AddResource (String, Object) | Adds a named resource specified as an object to the list of resources to write. |
| ResXResourceWriter.AddResource (String, String) | Adds a string resource to the resources. |