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

ChangeSourceAndLineNumber() 개인적인 메소드

private ChangeSourceAndLineNumber ( PropertySourceInfo sourceInformation ) : void
sourceInformation PropertySourceInfo
리턴 void
        internal void ChangeSourceAndLineNumber(PropertySourceInfo sourceInformation) {
            _thisElement.Values.ChangeSourceInfo(_thisElement.ElementTagName, sourceInformation);
        }