C# Класс UnitTests.Subtext.XmlHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
Poke ( string filename, string xpath, string newValue ) : void

Replaces the value of the node specified by the xPath with the newValue.

Описание методов

Poke() публичный статический Метод

Replaces the value of the node specified by the xPath with the newValue.
public static Poke ( string filename, string xpath, string newValue ) : void
filename string
xpath string
newValue string
Результат void