J
Jason Huang
Hi,
The VB has the "Exit" method on which some condition it will jump out the
function, e.g.,
"If Not ValidateData() Then Exit Function"
In C#, do we have an equivalent method to the VB's "Exit"?
Thanks in advance.
Jason
The VB has the "Exit" method on which some condition it will jump out the
function, e.g.,
"If Not ValidateData() Then Exit Function"
In C#, do we have an equivalent method to the VB's "Exit"?
Thanks in advance.
Jason