1Imports System 2Imports System.Collections 3Imports System.Reflection 4 5Namespace MethodInvocation11 6 Class Test 7 Shared Function T() As Boolean 8 Return Nothing 9 End Function 10 11 Shared Function Main() As Integer 12 Return 0 13 End Function 14 End Class 15End Namespace