Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图按照这个http://docs.xamarin.com/ios/tutorials/Working_with_Tables_and_Cells/Part_5_-_Using_XCode,_Interface_Builder,_and_Storyboards#Adding_Code
教程,但我在添加代码阶段时遇到了问题。问题是它找不到任务类。谁能帮我。
最初我认为答案是...... 添加
using System.Threading.Tasks;
在文件的顶部
但。相信答案是您需要实现一个 Task 类。
public class Task { public string Name {get;set;} Public string Notes {get;set;} public bool Done {get;set;} }
抱歉应该更仔细地阅读链接