1 write to index
System (1)
compmod\system\componentmodel\ArrayConverter.cs (1)
81
this.
index
= index;
4 references to index
System (4)
compmod\system\componentmodel\ArrayConverter.cs (4)
87
if (array.GetLength(0) >
index
) {
88
return array.GetValue(
index
);
98
if (array.GetLength(0) >
index
) {
99
array.SetValue(value,
index
);