vb(而不是vb.net)能给方法或者参数加上Attribute吗?例如下面这样:
Sub MethodA(<[In](), Out()> ByVal x As Double)End Sub Sub MethodB(<Out(), [In]()> ByVal x As Double)End Sub