C# Class FluentLinqToSql.Internal.LinqElement

Represents an XML Element within the Linq-to-sql namespace
Inheritance: System.Xml.Linq.XElement
显示文件 Open project: JeremySkinner/FluentLinqToSql

Public Methods

Method Description
LinqElement ( string name ) : System.Xml.Linq

Creates a new instance of the LinqElement class.

Method Details

LinqElement() public method

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