Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Fixed in build
700
  • Submitted by   Serge Baltic
    2 years ago (13 Jun 2007 19:07)
  • Updated by Serge Baltic
    2 years ago (25 Dec 2007 17:12)
  • Jira: RSRP-43120
    (history, comments)

RSRP-43120

Generate::Ctor: Suggests Internal Base Ctors

0
    /// <summary>
    /// Interaction logic for Window1.xaml
    /// </summary>

    public partial class Window1 : Window
    {
        public Window1()
        {
            InitializeComponent();
        }


        public Window1(bool inRbw) : base(inRbw)
        {
        }
    }


{{base(inRbw)}} is internal, created via Generate Ctor.

Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments