C# Класс Gammtek.Conduit.Xml.Linq.XIncludeElement

Наследование: System.Xml.Linq.XElement
Показать файл Открыть проект

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

Метод Описание
XIncludeElement ( [ name ) : System.Xml.Linq

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name.

XIncludeElement ( [ name, object content ) : System.Xml.Linq

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name and content.

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

XIncludeElement() публичный Метод

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name.
public XIncludeElement ( [ name ) : System.Xml.Linq
name [ An that contains the name of the element.
Результат System.Xml.Linq

XIncludeElement() публичный Метод

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name and content.
public XIncludeElement ( [ name, object content ) : System.Xml.Linq
name [ An that contains the element name.
content object The contents of the element.
Результат System.Xml.Linq