|
||||||
| C# Programming C# (pronounced C-sharp) is a new object oriented language from Microsoft and is derived from C and C++. It also borrows a lot of concepts from Java too including garbage collection. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
| Sponsored Links |
|
|
|
|||||
|
Set up the method with a parameter:
Code:
private void MyMethod(int index)
{
MessageBox.Show("The index is " + index.ToString());
}
Code:
MyMethod(6); |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| filling an array with random #s | gaylo565 | C# Programming | 5 | 05-02-2008 11:21 AM |
| I need array help. | thieflock | Java Help | 1 | 04-14-2008 10:02 PM |
| [ C++ ] Drawing Program. | Max_Payne | C and C++ | 6 | 01-23-2008 09:18 PM |
| Usage of array structures to increment letter instances of text | Yuriy M | C and C++ | 2 | 09-13-2007 10:49 AM |
| Python 2D array question | annannienann | Delphi/Python | 3 | 04-23-2007 04:36 PM |