TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Guest User
Tech Writer
357
120.8k
Code explanation
Jul 23 2012 11:27 AM
Hi
Ive been looking inside the .NET Framework and have noticed a general pattern appearing.
Given the code below:-
public void Insert(object key, object value, bool add)
if(this.count >= this.loadsize)
My question is, the very first condition that is checked is by the if statement. But how are the fields count and loadsize initialized with values? is it when the actual instantiation of the method occurs?
Regards
Steven
Reply
Answers (
7
)
How to add List View?
DataTable