AssemblyMetadataAttribute(String, String) Constructor

Definition

Initializes a new instance of the AssemblyMetadataAttribute class by using the specified metadata key and value.

public:
 AssemblyMetadataAttribute(System::String ^ key, System::String ^ value);
public AssemblyMetadataAttribute (string key, string value);
public AssemblyMetadataAttribute (string key, string? value);
new System.Reflection.AssemblyMetadataAttribute : string * string -> System.Reflection.AssemblyMetadataAttribute
Public Sub New (key As String, value As String)

Parameters

key
String

The metadata key.

value
String

The metadata value.

Applies to