Тема: .NET Generic
Показать сообщение отдельно
Старый 23.04.2012, 12:24   #5  
AlexeyVS is offline
AlexeyVS
Участник
 
103 / 31 (2) +++
Регистрация: 02.04.2010
Привожу кусок кода. Объявления переменных пропущены.

X++:
req = new Google.Analytics.AnalyticsRequest(settings);
query = new Google.GData.Analytics.DataQuery('ga:777777', startDate, endDate, 'ga:visits,ga:pageviews', 'ga:country', 'ga:country');
ds = req.Get(query);

iEnumerable = ds.get_Entries();
iEnumerator = iEnumerable.GetEnumerator(); // ТУТ ОШИБКА!!! 

// ClrInterop.ClrBridgeException: GetEnumerator is not a member of <get_Entries>d__0