C# 클래스 FluentLinqToSql.Internal.LinqElement

Represents an XML Element within the Linq-to-sql namespace
상속: System.Xml.Linq.XElement
파일 보기 프로젝트 열기: JeremySkinner/FluentLinqToSql

공개 메소드들

메소드 설명
LinqElement ( string name ) : System.Xml.Linq

Creates a new instance of the LinqElement class.

메소드 상세

LinqElement() 공개 메소드

Creates a new instance of the LinqElement class.
public LinqElement ( string name ) : System.Xml.Linq
name string Element name
리턴 System.Xml.Linq