6 references to _current
System.Configuration (6)
System\Configuration\ConfigurationElementCollection.cs (6)
1283
_current
.Key = (entry.GetKey(ThisCollection) != null) ? entry.GetKey(ThisCollection) : "key";
1284
_current
.Value = entry._value;
1297
return
_current
.Value;
1303
return
_current
;
1309
return
_current
.Key;
1315
return
_current
.Value;