|
![]() |
#1 |
Участник
|
Привожу кусок кода. Объявления переменных пропущены.
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 |
|
![]() |
#2 |
Участник
|
через reflection
|
|
Теги |
.net, generic |
|
|