Search Results

11
votes
13answers
453 views

Should a c# class generate instances of itself?

I have a class that defines a CallRate type. I need to add the ability to create multiple instances of my class by reading the data from a file. I added a static method to my class CallRate …
2
votes
5answers
56 views

Validate constructor data

A sample class in "C# Class Desing Handbook" (pg 137) does not call the classes validation method for a specific field from inside the classes only constructor. So basically the sample class allows …
0
votes

Should a c# class generate instances of itself?

Thanks all! …