fMethod是一个Action<Fruit>.
但是当fMethod调用时,参数始终是最后一个条目_Fruits.
怎么解决这个?
foreach(Fruit f in _Fruits)
{
field.Add(new Element(f.ToString(),delegate{fMethod(f);}));
}
Run Code Online (Sandbox Code Playgroud) 我没有找到任何解决方案如何限制textfield只允许在Monotouch中的数字.
另外我希望那里不超过8个字符.