Click here to Skip to main content
15,920,630 members
Home / Discussions / C#
   

C#

 
GeneralRe: ref and out Pin
Ennis Ray Lynch, Jr.3-Oct-08 4:33
Ennis Ray Lynch, Jr.3-Oct-08 4:33 
GeneralRe: ref and out Pin
DaveyM693-Oct-08 5:14
professionalDaveyM693-Oct-08 5:14 
QuestionRe: ref and out Pin
led mike3-Oct-08 5:39
led mike3-Oct-08 5:39 
AnswerRe: ref and out Pin
DaveyM693-Oct-08 6:50
professionalDaveyM693-Oct-08 6:50 
GeneralRe: ref and out Pin
Mark Salsbery3-Oct-08 5:57
Mark Salsbery3-Oct-08 5:57 
GeneralRe: ref and out Pin
DaveyM693-Oct-08 5:01
professionalDaveyM693-Oct-08 5:01 
GeneralRe: ref and out Pin
Dan Neely3-Oct-08 5:48
Dan Neely3-Oct-08 5:48 
GeneralRe: ref and out Pin
Guffa3-Oct-08 5:51
Guffa3-Oct-08 5:51 
Ennis Ray Lynch, Jr. wrote:
For object types while it is technically the same you can accidentally change the pointer reference if you are not careful


Well, that's the purpose of using the ref keyword on a reference type.

Ennis Ray Lynch, Jr. wrote:
as objects are naturally passed by referenced


No, they are not. You have to distinguish between passing a reference as argument and passing an argument by reference.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: ref and out Pin
Ennis Ray Lynch, Jr.3-Oct-08 6:12
Ennis Ray Lynch, Jr.3-Oct-08 6:12 
GeneralRe: ref and out Pin
DaveyM693-Oct-08 7:00
professionalDaveyM693-Oct-08 7:00 
GeneralRe: ref and out Pin
Guffa4-Oct-08 4:26
Guffa4-Oct-08 4:26 
GeneralRe: ref and out Pin
Ennis Ray Lynch, Jr.4-Oct-08 6:40
Ennis Ray Lynch, Jr.4-Oct-08 6:40 
GeneralRe: ref and out Pin
Guffa4-Oct-08 8:36
Guffa4-Oct-08 8:36 
Generallmao Pin
Ennis Ray Lynch, Jr.4-Oct-08 9:44
Ennis Ray Lynch, Jr.4-Oct-08 9:44 
GeneralRe: lmao Pin
Guffa4-Oct-08 10:31
Guffa4-Oct-08 10:31 
GeneralRe: lmao Pin
Ennis Ray Lynch, Jr.4-Oct-08 10:47
Ennis Ray Lynch, Jr.4-Oct-08 10:47 
GeneralRe: lmao Pin
Guffa4-Oct-08 13:54
Guffa4-Oct-08 13:54 
GeneralRe: lmao Pin
S. Senthil Kumar4-Oct-08 19:42
S. Senthil Kumar4-Oct-08 19:42 
GeneralRe: lmao Pin
Guffa5-Oct-08 2:07
Guffa5-Oct-08 2:07 
GeneralRe: lmao Pin
S. Senthil Kumar5-Oct-08 17:49
S. Senthil Kumar5-Oct-08 17:49 
GeneralRe: lmao Pin
Guffa5-Oct-08 23:26
Guffa5-Oct-08 23:26 
GeneralRe: lmao Pin
S. Senthil Kumar5-Oct-08 23:36
S. Senthil Kumar5-Oct-08 23:36 
AnswerRe: ref and out Pin
Guffa3-Oct-08 5:56
Guffa3-Oct-08 5:56 
Questionwindows service-uninstall Pin
arkiboys3-Oct-08 1:25
arkiboys3-Oct-08 1:25 
AnswerRe: windows service-uninstall Pin
Ashfield3-Oct-08 1:31
Ashfield3-Oct-08 1:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.