mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fixed more spacing issues.
This commit is contained in:
parent
6a173cb28d
commit
0671147741
@ -395,8 +395,8 @@ on a new line! ""Wow!"", the masses cried";
|
||||
ref int maxCount, // Pass by reference
|
||||
out int count)
|
||||
{
|
||||
//the argument passed in as 'count' will hold the value of 15 outside of this function
|
||||
count = 15; // out param must be assigned before control leaves the method
|
||||
//the argument passed in as 'count' will hold the value of 15 outside of this function
|
||||
count = 15; // out param must be assigned before control leaves the method
|
||||
}
|
||||
|
||||
// GENERICS
|
||||
|
Loading…
Reference in New Issue
Block a user