C# Property Generator
Posted by Jeffrey Vanneste at 06:47 PM on September 06, 2003
Category:
Projects
Well here is my first "Tool" release. Hopefully someone else finds it useful. When I first started work (my internship at the time) at IRD I was given the task of changing a large list of classes from using getters and setters (eg: GetMyVariable() and SetMyVariable(int x)) like how it's done in many other languages. C# has properties which I find are much nicer. Anyways, what this tool does is convert a list of variables (with summaries) into a list of properties letting you choose to copy the summary, if the variable has a getter and/or a setter or whether or not to create a property for the private variable. So ya, head on over to the projects page or directly to the C# Property Generator page and leave some comments if you find it useful or have any suggestions for it. ![]() |

