I am building the BeerHouse project using
vb.net. (It helps me learn the concepts better) I can figure out most of the conversions but I am getting the following error:
Code:
Error 7 Class 'Pagination' must implement 'Function GetEnumerator() As IEnumerator(Of T)' for interface 'System.Collections.Generic.IEnumerable(Of T)'. C:\Documents and Settings\Jonathan\My Documents\Visual Studio 2008\Projects\TheBeerHouse\TheBeerHouse\Models\Pagination.vb 16 16 TheBeerHouse
I am getting more, but if I can understand whats happening here, perhaps I can correct the others.
I am working on chapter 6: the articles...