ResXResourceWriterAddResource(String, Byte) Method

Adds a named resource 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 AddResource(
	string name,
	byte[]? value
)

Parameters

name  String
The name of the resource.
value  Byte
The value of the resource to add as an 8-bit unsigned integer array.

Implements

IResourceWriterAddResource(String, Byte)

See Also