>>481
いや、とりあえず真似ればいいやん

people.Sort((a, b) => a.Age - b.Age);

itemList.Sort((a, b) => a.itemID - b.itemID);

※ a, b は単なる引数だから (x, y) => x.itemID - y.itemID とかでもいい

>>487
氏ね、ボケ