We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7326e8c commit c20c82cCopy full SHA for c20c82c
1 file changed
src/lib/scripthost.d.ts
@@ -239,6 +239,7 @@ interface Enumerator<T = any> {
239
240
interface EnumeratorConstructor {
241
new <T = any>(safearray: SafeArray<T>): Enumerator<T>;
242
+ new <T = any>(collection: { Item(index: any): T });
243
new <T = any>(collection: any): Enumerator<T>;
244
}
245
0 commit comments