these are the ones that I know
-Delegate Function foo() As String
-Function foo() As String
-Private myVariable As String
where else can the "As" clause appear? I need to know, believe me :)
edit: more...
-Enum foo As Integer
-Property something () as Boolean
