Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Ref Out « Language Basics « C# / C Sharp
C# / C Sharp
Language Basics
Ref Out
1.
Reference, output and value parameters.
2.
Testing the effects of passing array references by value and by reference.
3.
the out descriptor allows a function a value in an argument without initializing the argument
4.
compare the difference between passing a null reference vs. a reference to a zero length string