我使用Firebase为我的Xamarin应用程序,使用Xamarin。Firebase beta 32
我的项目有错误:
foreach (DataSnapshot postSnapShot in snapshot.Children)
{
// Do something
}
错误是:
foreach语句不能操作Java.Lang类型的变量。IIterable' because 'Java.Lang。IIterable'不包含'GetEnumerator'的公共定义
可以导入System。然后迭代throw snapshot. children . toenumerable ()