Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Fix MvcScaffolding unit tests failing to compile.
Browse files Browse the repository at this point in the history
Added explicit GetEnumerator() method to CodeElements interface to fix MvcScaffolding unit tests failing to compile.
  • Loading branch information
mrward committed Oct 7, 2012
1 parent fea3950 commit 177f019
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ Namespace EnvDTE
ReadOnly Property Count() As Integer

Function Item(index As Object) As CodeElement

Function GetEnumerator() As IEnumerator
End Interface
End Namespace

0 comments on commit 177f019

Please sign in to comment.