Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. stupid question :$

stupid question :$

Scheduled Pinned Locked Moved C#
question
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    f_n_d
    wrote on last edited by
    #1

    how do u terminate a void function? like break...

    M 1 Reply Last reply
    0
    • F f_n_d

      how do u terminate a void function? like break...

      M Offline
      M Offline
      mmikey7
      wrote on last edited by
      #2

      f_n_d wrote: how do u terminate a void function? like break... just use return; public void SomeMethod() { //do something if(isReasonToTerminateMethod) { return; //terminate the method, no code after this line will be executed } //do something } "We contend that for a nation to try to tax itself into prosperity is like a man standing in a bucket and trying to lift himself up by the handle." — Winston Churchill

      F 1 Reply Last reply
      0
      • M mmikey7

        f_n_d wrote: how do u terminate a void function? like break... just use return; public void SomeMethod() { //do something if(isReasonToTerminateMethod) { return; //terminate the method, no code after this line will be executed } //do something } "We contend that for a nation to try to tax itself into prosperity is like a man standing in a bucket and trying to lift himself up by the handle." — Winston Churchill

        F Offline
        F Offline
        f_n_d
        wrote on last edited by
        #3

        Thanx man, you're a genius...

        L 1 Reply Last reply
        0
        • F f_n_d

          Thanx man, you're a genius...

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Well, the your question was far from being unanswerable ;) regards

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups