System.Reflection.AssemblyMetadataAttribute.AssemblyMetadataAttribute C# (CSharp) Méthode

AssemblyMetadataAttribute() public méthode

public AssemblyMetadataAttribute ( string key, string value ) : System
key string
value string
Résultat System
        public AssemblyMetadataAttribute(string key, string value)
        {
            Key = key;
            Value = value;
        }
AssemblyMetadataAttribute