System.Configuration.ElementInformation.PropertyInfoInternal C# (CSharp) Метод

PropertyInfoInternal() приватный Метод

private PropertyInfoInternal ( ) : PropertySourceInfo
Результат PropertySourceInfo
        internal PropertySourceInfo PropertyInfoInternal() {
            return _thisElement.PropertyInfoInternal(_thisElement.ElementTagName);
        }