Function DoTheThing(ByVal Path As String) As Integer
Function DoTheOtherThing() As String
End Interface
----
== Exceptions
As it is common practice to group method declarations by implemented interface, no issue will be raised for interface implementations if grouped together with other members of that interface.
As it is also a common practice to group method declarations by accessibility level, no issue will be raised for method overloads having different access modifiers.