Does VB6 have linq expressions?

unmanaged, vb6

Solution

Visual Basic 6 does not have LINQ extensions.

Problem

I'm arguing with one guy about linq in visual basic.He shows linq expressions in vb,but I can't be sure if it's managed or unmanaged(vb6),because I've never used any of them. Does VB6 have linq expressions?

Original source