System.Configuration.ElementInformation.ChangeSourceAndLineNumber C# (CSharp) Méthode

ChangeSourceAndLineNumber() private méthode

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