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