I am very new to .net programming and have been asked to modifiy a program that has this statement in it.
list.ForEach(Sub(x) _processingQueue.Enqueue(x))
I dont know what the Sub(x) is so looking up information on the internet is not giving me any information. Any help understanding this is greatly appreciated.
list.ForEach(Sub(x) _processingQueue.Enqueue(x))
I dont know what the Sub(x) is so looking up information on the internet is not giving me any information. Any help understanding this is greatly appreciated.