System.Reflection.AssemblyMetadataAttribute.AssemblyMetadataAttribute C# (CSharp) Метод

AssemblyMetadataAttribute() публичный Метод

public AssemblyMetadataAttribute ( string key, string value ) : System
key string
value string
Результат System
        public AssemblyMetadataAttribute(string key, string value)
        {
            Key = key;
            Value = value;
        }
AssemblyMetadataAttribute