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);
        }