ResXResourceWriterAddMetadata(String, Byte) Method

Adds a metadata node whose value is specified as a byte array 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,
	byte[]? value
)

Parameters

name  String
The name of a property.
value  Byte
A byte array containing the value of the property to add.

See Also