ResXResourceWriterAddMetadata(String, Object) Method

Adds a metadata node whose value is specified as an object to the list of resources to write.

Definition

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

Parameters

name  String
The name of a property.
value  Object
An object that is the value of the property to add.

See Also