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.6k
Method explanation
Mar 28 2012 9:29 AM
Hi
Im having trouble understanding the following code:-
public new ViewStateProviderBase this[string name]
{
get { return base[name] as ViewStateProviderBase; }
}
Please could I get an explanation of each part, especially the this after the method name and the [string name].
Ive not come across a method wrote this way, how is it invoked?
Thanks
Steven
Reply
Answers (
1
)
Filling webform by using windows app data
Getting or Setting?