public int FPS{ get;private set; }
相似于
int fps; public int FPS{ get{return fps;} private set{fps = value;} }