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

ChangeSourceAndLineNumber() private method

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