¡@

Home 

c# Programming Glossary: matchnode

Translation of yield into VB.NET

http://stackoverflow.com/questions/3811589/translation-of-yield-into-vb-net

this code into VB.NET but i failed with yield return new MatchNode index current.Value What i have is Imports System.Collections.. Imports Microsoft.SqlServer.Server Class MatchNode Private _index As Integer Private _value As String Public Sub.. index 1 'following should be a VB.Net yield' Return New MatchNode index current.Value End If End While End Function End Class..