PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → IList data type in WD16
IList data type in WD16
Iniciado por chris.dutoit, 03,abr. 2012 16:10 - 1 respuesta
Publicado el 03,abril 2012 - 16:10
Hello - I'm trying to use a .NET assembly. It imports into the project just fine and the methods are accessible.

The results of the .NET method call is "IList<Google.API.Search.IWebResult>".

How do I declare this result variable in WinDev. The editor shows the above type as available, but if I do:

results = IList<Google.API.Search.IWebResult>, then the editor complains about the second period after 'API'.

Please shed some ideas on how to declare the return variable type.

Thanks!
Publicado el 29,agosto 2016 - 14:12
clMyListe est "List<Google.API.Search.IWebResult>"