|
by BCLTeam via BCL Team Blog on 4/28/2010 8:50:00 PM
A number of recent customer comments have made it clear that some confusion surrounds the use of constructors with value types. Most common are the complaints that we've failed to document a constructor for a particular value type. In one case, though, a customer asked that we remove the documentation on constructors for value types, since he or she was certain that they are not supported by the .NET Framework.
Just as you can define parameterized constructors for reference types, you can defin
... [ read more ]
|
|