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

AssemblyTitleAttribute() public method

public AssemblyTitleAttribute ( String title ) : System
title String
return System
        public AssemblyTitleAttribute(String title)
        {
            m_title = title;
        }
AssemblyTitleAttribute