ResXResourceWriterAddResource(String, String) Method

Adds a string resource to the resources.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public void AddResource(
	string name,
	string? value
)

Parameters

name  String
The name of the resource.
value  String
The value of the resource.

Implements

IResourceWriterAddResource(String, String)

See Also