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
john_farrellus
NA
42
0
c# and VB.NET's Implements
Nov 17 2003 5:04 PM
I understand how to inherit an interface in C#, but how can you change the method name of that interface? What I would like to do is exactly like the implements keyword in VB.NET, if given the VB.NET Class: Public Class Class1 Implements IDisposable ' The Implements keyword here tells the framework to use the method below for Dispose. Public Sub TrashIt() Implements System.IDisposable.Dispose End Sub ' How do you get that to work in C#? Use a strange name for something like this? Is there anyway to to do that in C#? John...
Reply
Answers (
3
)
Getting Integer Values from DataReader
Saving with Listbox