3 instantiations of Enumerator
System (3)
compmod\system\collections\generic\stack.cs (3)
187
return new
Enumerator
(this);
193
return new
Enumerator
(this);
197
return new
Enumerator
(this);
1 reference to Enumerator
System (1)
compmod\system\collections\generic\stack.cs (1)
186
public
Enumerator
GetEnumerator() {