System.Configuration.ElementInformation.PropertyInfoInternal C# (CSharp) Method

PropertyInfoInternal() private method

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