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