C# 클래스 Gammtek.Conduit.Xml.Linq.XIncludeElement

상속: System.Xml.Linq.XElement
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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