|
Once again, thanks for you fast replies Boris.
But im sorry i didn't really get it with "List<UserBlog> blogList = new ...." or "bloglist.add(new UserBlog()); //or create user blog separately in struct value.".
Can you please post it as a code example?
Also, the end line in the code is:
return new UserBlog[] { returnMe };
But how do I set "returnMe" to be an array with the blogs?
|