ResXResourceWriterAddResource(String, Object) Method

Adds a named resource specified as an object to the list of resources to write.

Definition

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

Parameters

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

Implements

IResourceWriterAddResource(String, Object)

See Also