diegobg
(Diego)
1
HI,
I have an IEnumerable, and i need to initialize it but i dont know what is the correct syntaxis,
can anyone help me?
ranjith
(Ranjith)
2
@diegobg
Try Enumerable.Empty(of object)
1 Like
Hi @diegobg
Check the screenshots which I have done on one of my projects
Let know if this works for you
6 Likes