Thread
:
instantiation in C#
View Single Post
01-16-2009, 12:17 PM
#
3
(
permalink
)
jaeusm
Software Developer
Join Date: Mar 2006
Location: Columbus, OH
Posts: 569
Re: instantiation in C#
Instantiated means an instance of a type has been created. In C#, that is typically accomplished using the 'new' keyword. In your specific case, the second line of code in the Main method instantiates the array.
jaeusm
View Public Profile
Send a private message to jaeusm
Find More Posts by jaeusm