ResXResourceWriterAddMetadata(String, Byte) Method
Adds a metadata node whose value is specified as a byte array to the list of resources to write.
Namespace: KGySoft.ResourcesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public void AddMetadata(
string name,
byte[]? value
)
Public Sub AddMetadata (
name As String,
value As Byte()
)
public:
void AddMetadata(
String^ name,
array<unsigned char>^ value
)
member AddMetadata :
name : string *
value : byte[] -> unit
Parameters
- name String
- The name of a property.
- value Byte
- A byte array containing the value of the property to add.