1 override of GetEnumerator
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\ArrayRecord.cs (1)
74private protected override IEnumerator GetEnumerator() => ArrayObjects.GetEnumerator();
1 reference to GetEnumerator
System.Private.Windows.Core (1)
System\Private\Windows\Core\BinaryFormat\ArrayRecord.cs (1)
37IEnumerator IEnumerable.GetEnumerator() => GetEnumerator();