2 references to Get
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationSectionCollection.cs (2)
30
public ConfigurationSection this[int index] =>
Get
(index);
74
for (int i = 0, j = index; i < c; i++, j++) array[j] =
Get
(i);