GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  Delphi

 Print  |  
Question:  Is there in C# an equivalent of exit command in Delphi, which force the exit from one method?



December 12, 2007 07:32:48 #1
 venkatesh.l   Member Since: December 2007    Total Comments: 1 

RE: Is there in C# an equivalent of exit command in Delphi, which force the exit from one method?
 
there same "Exit" command available.  you can use Abort stop any operation(s).
     

 

Back To Question