这个代码语法public int ResumeId,该怎么理解呢?

public int ResumeId
{ //简历Id
get
{
return this._resumeId;
}
set
{
this._resumeId = value;
}
}

郎朗坤
浏览 354回答 1
1回答

慕田峪9158850

public int ResumeId{private int _resumeID;public get(){return this._resumeId;}public set(int value){this._resumeId = value;}}
打开App,查看更多内容
随时随地看视频慕课网APP