var myList = myJObject.SelectTokens("$.MyListProperty").Values<int>().ToList(); Console.WriteLine(myList[1].ToString());.
確定! 回上一頁