System.Configuration.ElementInformation.PropertyInfoInternal C# (CSharp) 메소드

PropertyInfoInternal() 개인적인 메소드

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