Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# Translation to English
Message
 
 
To
13/01/2010 12:40:08
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01443751
Message ID:
01443752
Views:
58
>Hi,
>
>I am reading this code and not understanding what it is doing:
>
>
    internal static ProjectResources GetProjectResources(
>      ProjectTracker.DalLinq.Assignment[] data)
>    {
>      return DataPortal.FetchChild<ProjectResources>(data);
>    }
>
>In the first instance, what do the [] indicate here: ProjectTracker.DalLinq.Assignment[].
>
>Secondly, what does the word "data" mean?

You're passing an array of the type DalLinq.Assignment and the data is the name of the parameter (which is an array)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform