|
Description
How To
Now pretend that you don't want a property for myVarThree and you only want the setter for myVarTwo. So uncheck myVarThree in the variable list
and select myVarTwo and uncheck the get property. As you can tell myVarFour doesn't show up in the list because it is public already (why would you
want a property for a public variable?)
Almost done. Click the "Copy result to clipboard" and then paste the code back into the class file that you want. It should look like this:
That's pretty much it. Hope it's useful to you. If you have any suggestions/comments please let me know.
Change Log Version 1.0
|