K
Kerem Gümrükcü
Hi,
how can i leave a method inside a class like this method, without
executing any further code...
example:
the method signature is : private void AnyMethod();
Something like that:
private void AnyMethod(){
if(CONDITION){
//Leave complete method
}
}
Thanks in advance...
Best Regards
Kerem Gümrükcü
how can i leave a method inside a class like this method, without
executing any further code...
example:
the method signature is : private void AnyMethod();
Something like that:
private void AnyMethod(){
if(CONDITION){
//Leave complete method
}
}
Thanks in advance...
Best Regards
Kerem Gümrükcü