[1] Enumerator オブジェクト (JavaScript) (2015-12-15 13:21:15 +09:00 版) <https://msdn.microsoft.com/ja-jp/library/6ch9zb09(v=vs.94).aspx>
コレクション内の項目を列挙する手段を提供します。警告このオブジェクトは、Internet Explorer でのみサポートされます。Windows 8.x ストア アプリではサポートされません。構文enumObj = new Enumerator([collection])
コレクション内の項目を列挙する手段を提供します。
警告
このオブジェクトは、Internet Explorer でのみサポートされます。Windows 8.x ストア アプリではサポートされません。
構文
enumObj = new Enumerator([collection])