S
Sam Marrocco
I've constructed a class that inherits the NameObjectCollectionBase
class. All works well, but I'd like to shadow the GetEnumerator method
so that it returns an actual value *instead of a DictionaryEntry*.
I've gotten strange errors when attempting to override GetEnumerator,
such as 'GetEnumerator() cannot override 'Public Overridable
NotOverridable Function GetEnumerator() because it is declared
NotOverridable......yes, it actually says it is *overridable
notoverridable*.
Any ideas why this would not work, and what I should do to "modify" my
GetEnumerator()?
--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Maya, All that cool stuff!
"The fact that no one understands you doesn't make you an artist."
==================================================================
class. All works well, but I'd like to shadow the GetEnumerator method
so that it returns an actual value *instead of a DictionaryEntry*.
I've gotten strange errors when attempting to override GetEnumerator,
such as 'GetEnumerator() cannot override 'Public Overridable
NotOverridable Function GetEnumerator() because it is declared
NotOverridable......yes, it actually says it is *overridable
notoverridable*.
Any ideas why this would not work, and what I should do to "modify" my
GetEnumerator()?
--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Maya, All that cool stuff!
"The fact that no one understands you doesn't make you an artist."
==================================================================