IResourceWriter.AddResource Method (String, String)
.NET Framework (current version)
Adds a named resource of type String to the list of resources to be written.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- name
-
Type:
System.String
The name of the resource.
- value
-
Type:
System.String
The value of the resource.
| Exception | Condition |
|---|---|
| ArgumentException | The name parameter is null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: