14 references to _items
System.Configuration (14)
System\Configuration\ConfigurationPropertyCollection.cs (14)
18
return
_items
.Count;
30
return
_items
;
41
_items
.CopyTo(array, index);
49
return
_items
.GetEnumerator();
54
for (int index = 0; index <
_items
.Count; index++) {
55
ConfigurationProperty cp = (ConfigurationProperty)
_items
[index];
57
return (ConfigurationProperty)
_items
[index];
65
for (int index = 0; index <
_items
.Count; index++) {
66
ConfigurationProperty cp = (ConfigurationProperty)
_items
[index];
76
_items
.Add(property);
81
for (int index = 0; index <
_items
.Count; index++) {
82
ConfigurationProperty cp = (ConfigurationProperty)
_items
[index];
85
_items
.RemoveAt(index);
93
_items
.Clear();