forum

Home / DeveloperSection / Forums / Code for adding to IEnumerable

Code for adding to IEnumerable

Anonymous User173206-Apr-2013
Hi Guys

I have an enumerator like this

IEnumerable<System.Windows.Documents.FixedPage> page;
How can I add a page (eg: D:\newfile.txt) to it? I have tried Add, Append, Concat etc But nothing worked for me.

Thanks 

Updated on 06-Apr-2013
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By