AssemblyMetadataAttribute(String, String) Konstruktor

Definice

Inicializuje novou instanci AssemblyMetadataAttribute třídy pomocí zadaného klíče metadat a hodnoty.

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)

Parametry

key
String

Klíč metadat.

value
String

Hodnota metadat

Platí pro