ResXResourceWriterAddMetadata(String, String) Method

Adds a metadata node whose value is specified as a string 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 AddMetadata(
	string name,
	string? value
)

Parameters

name  String
The name of a property.
value  String
A string that is the value of the property to add.

See Also