Glossary:Definition - Constructor
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Constructor | |
| Definition | Method called automatically when an object is created. The constructor initializes the new object to a valid state by setting member variable values. The constructor has the same identifier as its class. | |
| See also | Destructor | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||