C# Methods Web Generator

Take some properties, like private int teaCupCount;

This web generator will generate the following code:

public int TeaCupCount { 	get { 	    return teaCupCount; 	} 	set { 	    teaCupCount = value; 	} }

Try it on http://www.espace-win.org/Tools/CS/

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.