2 references to Get
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationSectionGroupCollection.cs (2)
33
public ConfigurationSectionGroup this[int index] =>
Get
(index);
78
for (int i = 0, j = index; i < c; i++, j++) array[j] =
Get
(i);