by Paul Stovell via Paul Stovell on 10/4/2007 12:31:30 PM
Often when creating classes, we add a number of constructors to the class that are usually just there for convenience’s sake; that is, to make life easier for the developers using the class. Take the following code: public class Contact { private string _firstName; private string _lastName; private [...]
Original Post: Object Initializers - the end of convenience constructors?
The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.