Home > Net >  Vs2019 cannot complete such prompt code
Vs2019 cannot complete such prompt code

Time:10-02

Such as vs2019 c # console cannot prompt keywords such as base, seeks the solution (not have tried all the versions of vs)

CodePudding user response:

Or what is the free code hinting tools recommended

CodePudding user response:

Base used to parent class information in the inheritance, the console program without inheritance, Windows application or class library can have,

CodePudding user response:

. Make sure you will use the base,

 public class A 
{
The public (A) {}
The public A (string s) {}
}

Public class B: A
{
Public (B) : the base (" hello ")
{

}
}

CodePudding user response:

references are nu month god reply: 3/f
... Make sure you will use the base,

 public class A 
{
The public (A) {}
The public A (string s) {}
}

Public class B: A
{
Public (B) : the base (" hello ")
{

}
}

Can use,,, it is just code hinting,

CodePudding user response:

nothing reference 4 floor tofu response:
Quote: refer to the third floor is nu month god reply:
... Make sure you will use the base,

 public class A 
{
The public (A) {}
The public A (string s) {}
}

Public class B: A
{
Public (B) : the base (" hello ")
{

}
}

Can use,,, it is just code hinting,

Don't you this code, the base also hint?
This tip?
  • Related