| Sign In/My Account | View Cart |
| Article: |
C# Generics: Collection Interfaces | |
| Subject: | VB | |
| Date: | 2006-03-22 17:13:53 | |
| From: | woaksie | |
|
I am trying to use IEnumerator<T> in VB 2005. My class implements the IEnumerable<T> interface and I define a method GetEnumerator that returns a IEnumerator<T>.
|
||
Showing messages 1 through 2 of 2.
IEnumerator IEnumerable.GetEnumerator()
{
throw new NotImplementedException();
}
Actually, you can. Check out explicit interface implementation...