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

Commit bec0f8f

Browse files
fix compiler warnings
1 parent 2d373d8 commit bec0f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ Namespace EnvDTE
2424

2525
Function Item(index As Object) As CodeElement
2626

27-
Function GetEnumerator() As IEnumerator
27+
Shadows Function GetEnumerator() As IEnumerator
2828
End Interface
2929
End Namespace

0 commit comments

Comments
 (0)