B
Bob
Would it be out of the question to ask MS to allow delegates - even if they can
only refer to static methods - to be included in attribute paramaters? Something
like the code below?
Bob
<SomeCustomAttribute(AddressOf DoSomething)> _
Public Class SomeClass
Public Shared Sub DoSomething(ByVal args as SomeArgs)
End Sub
End Class
only refer to static methods - to be included in attribute paramaters? Something
like the code below?
Bob
<SomeCustomAttribute(AddressOf DoSomething)> _
Public Class SomeClass
Public Shared Sub DoSomething(ByVal args as SomeArgs)
End Sub
End Class