System.Reflection.AssemblyMetadataAttribute.AssemblyMetadataAttribute C# (CSharp) Method

AssemblyMetadataAttribute() public method

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