2 instantiations of IListWrapper
mscorlib (2)
system\collections\arraylist.cs (2)
196
return new
IListWrapper
(list);
898
return new
IListWrapper
(_list);
1 reference to IListWrapper
mscorlib (1)
system\collections\arraylist.cs (1)
1158
internal IListWrapperEnumWrapper(
IListWrapper
listWrapper, int startIndex, int count)