Browse Source

Fix MvcScaffolding unit tests failing to compile.

Added explicit GetEnumerator() method to CodeElements interface to fix MvcScaffolding unit tests failing to compile.
pull/28/head
Matt Ward 13 years ago
parent
commit
177f0190b6
  1. 2
      src/AddIns/Misc/PackageManagement/SharpDevelop.EnvDTE/Src/CodeElements.vb

2
src/AddIns/Misc/PackageManagement/SharpDevelop.EnvDTE/Src/CodeElements.vb

@ -8,5 +8,7 @@ Namespace EnvDTE @@ -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
Loading…
Cancel
Save