コード例 #1
0
 public bool IsSun()
 {
     // The sun orbits itself
     return(planetData.IsSun());
 }