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
Administrator
Tech Writer
2.2k
1.5m
Class inheritance issue with XmlNodeList
Apr 4 2003 2:43 PM
Hello, I am attempting to create a custom class that is inherited from XmlNodeList. public class MyNLClass : XmlNodeList { public string MyFunction(string name) { } } I would like to add a few additional functions. when I create class, I am getting errors like: MyNLClass' does not implement inherited abstract member 'System.Xml.XmlNodeList.Count.get' MyNLClass' does not implement inherited abstract member 'System.Xml.XmlNodeList.GetEnumerator()' MyNLClass' does not implement inherited abstract member 'System.Xml.XmlNodeList.Item(int)' Any help would be appreciated. Thanks
Reply
Answers (
1
)
Help I got a strange problem
Problem accessing Outlook Addressbook