1 instantiation of PropertyInformation
System.Configuration.ConfigurationManager (1)
System\Configuration\PropertyInformationCollection.cs (1)
17
BaseAdd(prop.Name, new
PropertyInformation
(thisElement, prop.Name));
11 references to PropertyInformation
System.Configuration (1)
System.Configuration.cs (1)
78
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
PropertyInformation
))]
System.Configuration.ConfigurationManager (10)
System\Configuration\ConfigurationElement.cs (1)
359
foreach (
PropertyInformation
propInfo in source.ElementInformation.Properties)
System\Configuration\PropertyInformationCollection.cs (9)
21
public
PropertyInformation
this[string propertyName]
25
PropertyInformation
result = (
PropertyInformation
)BaseGet(propertyName);
30
PropertyInformation
defaultColl =
31
(
PropertyInformation
)BaseGet(ConfigurationProperty.DefaultCollectionPropertyName);
39
internal
PropertyInformation
this[int index] => (
PropertyInformation
)BaseGet(BaseGetKey(index));
42
public void CopyTo(
PropertyInformation
[] array, int index)
51
foreach (
PropertyInformation
pi in this) array[index++] = pi;