Click here to Skip to main content
15,888,984 members

Comments by ArchElf (Top 2 by date)

ArchElf 27-Oct-10 15:38pm View    
Deleted
Reason for my vote of 3
You have forgotten to mention that classes are submitted byref by default and structs (value types are also struct except string and object) are passed byval by default.
ArchElf 27-Oct-10 15:32pm View    
Deleted
Reason for my vote of 1
It's a total mistake to concatenate... Use Parameters!