VB.net基础:不要写这样的句子(更新中)(3)
而应该写Private Function A(ByVal B As Integer) As Boolean
Return (B > 0)
End Function