M
Mike
If I create a collection and add members using the Add() method, is is
guarenteed that the members will be returned in the same order that they
were added, if:
i) I enumerate using a foreach loop?
ii) I index from 0 to Count-1 using a for loop?
Cheers,
Mike
guarenteed that the members will be returned in the same order that they
were added, if:
i) I enumerate using a foreach loop?
ii) I index from 0 to Count-1 using a for loop?
Cheers,
Mike