NitraCommonIde.ProjectSupport.ProjectSupport C# (CSharp) Method

ProjectSupport() public method

public ProjectSupport ( string caption, string typeFullName, string path ) : System
caption string
typeFullName string
path string
return System
        public ProjectSupport(string caption, string typeFullName, string path)
        {
            Caption      = caption;
              TypeFullName = typeFullName;
              Path         = path;
        }
ProjectSupport