C# Класс Dev2.Core.Tests.XML.XmlResource

Utility class for retrieving embedded XML resources. The target XML files must be in the same folder as this class with their build action set to "Embedded Resource".
Показать файл Открыть проект

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

Метод Описание
Fetch ( string name ) : System.Xml.Linq.XElement

Fetches the contents of the embedded XML file with the specified name.

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

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

Fetches the contents of the embedded XML file with the specified name.
public static Fetch ( string name ) : System.Xml.Linq.XElement
name string The name of the XML file excluding extension.
Результат System.Xml.Linq.XElement