CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> Small white want to ask next, the {get; set; } and this conflict
Small white want to ask next, the {get; set; } and this conflict
Time:12-01
Public class clsPerson {string strName {get; set; } string strPNo {get; set; } string strPSex {get; set; } public void SetPersonInfo (string _strName, string _strPNo, string _strPSex) {strName=_strName; StrPNo=_strPNo; StrPSex=_strPSex; }
CodePudding user response:
Just want to ask,? {get; set; } after also need the following set? Personinfo method??
Page link:
https//www.codepudding.com/database/90344.html
Prev:
Arduino with Yin level four digital tube countdown code and circuit diagram
Next:
Don't understand,
Tags:
problems
Related
Links:
CodePudding