D
DelGator
Foundation...Accessing derived class members through a variable of
their base class is just a matter of casting the variable to the
derived class.
How would you access the derived class members in a collection of type
base class where the collection is derived from CollectionBase?
I know that I'm going to feel like a fool when this is resolved, but I
have racked my brain, and almost brought down the Google servers,
single-handedly, searching for the answer.
Thanks in advance...
their base class is just a matter of casting the variable to the
derived class.
How would you access the derived class members in a collection of type
base class where the collection is derived from CollectionBase?
I know that I'm going to feel like a fool when this is resolved, but I
have racked my brain, and almost brought down the Google servers,
single-handedly, searching for the answer.
Thanks in advance...