Guest User

Guest User

  • Tech Writer
  • 357
  • 119.9k

Method logic explanation

Aug 13 2012 3:26 PM
Hi

As per the following MSDN link 

http://msdn.microsoft.com/en-us/library/ms182146(v=vs.80).aspx 

The method named UseTheSimplifiedClass has the following statement

ReplyData[] answer = new ReplyData[5];

The ReplyData class isnt an array or collection however the syntax is used as if it is?

Regards

Steven



Answers (4)