2 instantiations of IListWrapperEnumWrapper
mscorlib (2)
system\collections\arraylist.cs (2)
940
return new
IListWrapperEnumWrapper
(this, index, count);
1170
IListWrapperEnumWrapper clone = new
IListWrapperEnumWrapper
();
1 reference to IListWrapperEnumWrapper
mscorlib (1)
system\collections\arraylist.cs (1)
1170
IListWrapperEnumWrapper
clone = new IListWrapperEnumWrapper();