Browse Source

Drop GetEnumerator() method in CodeElements interface to fix warning

pull/512/head
Linquize 11 years ago
parent
commit
840ab57667
  1. 2
      src/AddIns/Misc/PackageManagement/SharpDevelop.EnvDTE/Src/CodeElements.vb

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

@ -23,7 +23,5 @@ Namespace EnvDTE
ReadOnly Property Count() As Integer ReadOnly Property Count() As Integer
Function Item(index As Object) As CodeElement Function Item(index As Object) As CodeElement
Function GetEnumerator() As IEnumerator
End Interface End Interface
End Namespace End Namespace
Loading…
Cancel
Save