[Mono-list] Quick C# Question.

Brian Crowell brian@fluggo.com
Sun, 31 Mar 2002 00:06:46 -0600


> Do constructors MUST have the same name as the class or can constructors
> have any name?

A quick check of the C# language spec shows that constructors must have the
same name as the class, else a compile-time error occurs.

--Brian

---
[This E-mail scanned for viruses by BIHS.]