file upload IList issue

0 votes

allo

my first setup to use file upload in Unity following the example in the doc but compiler err on the following line:

IList<Upload.File> iListUploadFile = upload.GetFileList();

the err was:

Assets/script/appMono/appA42serviceManager.cs(103,25): error CS0308: 

The non-generic type `System.Collections.IList' cannot be used with the type arguments

 

daniel

asked May 20, 2014 in App42 Cloud API-BaaS by mrdaniel (10 points)

1 Answer

0 votes

Just Add this line in your import statement :-

using System.Collections.Generic;
 
And the error will disappear.
 
Happy coding.
answered May 20, 2014 by Akshay.Mishra (179 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...