WATCH C# Corner's 1-week Power Platform Conference. FREE HERE.
x
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
CAREER
MEMBERS
JOBS
About Reference Type in C#
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Pradeep Yadav (1)
Puneet Walecha (1)
Related resources for Reference Type in C#
No resource found
Stack, Heap, Value Type, And Reference Type In C#
2/13/2018 11:08:06 AM.
Now, let’s see what happens when we declare any variable like int a=10 in C#. When C# compiler will run, it will allocate a block of memory which will have name of variable i.e. a, its type i.e. int a
Reference Type And Value Type in C#
8/5/2011 2:41:18 PM.
This article will give you a clear insight on what happens when a reference type is passed by value and what would happen when it is passed by reference.
- Ebook
C# Language Specification 5.0
This book provides a complete description of the C# language 5.0.
Download