System.Configuration.ElementInformation.PropertyInfoInternal C# (CSharp) Méthode

PropertyInfoInternal() private méthode

private PropertyInfoInternal ( ) : PropertySourceInfo
Résultat PropertySourceInfo
        internal PropertySourceInfo PropertyInfoInternal() {
            return _thisElement.PropertyInfoInternal(_thisElement.ElementTagName);
        }