My requirement was to generate 10 properties in the following format
public int ID { get; set; }
Visual studio has an shortcut for this, just type prop and then hit tab twice .
public int ID { get; set; }
Visual studio has an shortcut for this, just type prop and then hit tab twice .
No comments:
Post a Comment