Windows phone 7 为什么';我的变量不是作为IEnumerable吗?

Windows phone 7 为什么';我的变量不是作为IEnumerable吗?,windows-phone-7,azure,azure-storage,Windows Phone 7,Azure,Azure Storage,我从Nuget软件包中安装了适用于Windows Phone的Windows Azure存储客户端。 我要列出容器的名称。 为什么不将我的“st”变量作为IEnumerable? 确保已导入名称空间(例如,如下所示) using System; using System.Collections.Generic; using System.Linq;

我从Nuget软件包中安装了适用于Windows Phone的Windows Azure存储客户端。 我要列出容器的名称。 为什么不将我的“st”变量作为IEnumerable?

确保已导入名称空间(例如,如下所示)

using System;
using System.Collections.Generic;
using System.Linq;