1 write to _array
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\ArraySubsetEnumerator.cs (1)
18
_array
= array!;
1 reference to _array
System.Windows.Forms (1)
System\Windows\Forms\Controls\TreeView\ArraySubsetEnumerator.cs (1)
36
public object? Current => _current == -1 ? null :
_array
[_current];