コード例 #1
0
 public static bool RemoveRoomType(RoomType rt)
 {
     if (RoomTypes == null)
     {
         return(false);
     }
     return(RoomTypes.Remove(rt));
 }