C# Class FluentLinqToSql.Internal.LinqElement

Represents an XML Element within the Linq-to-sql namespace
Inheritance: System.Xml.Linq.XElement
Afficher le fichier Open project: JeremySkinner/FluentLinqToSql

Méthodes publiques

Méthode Description
LinqElement ( string name ) : System.Xml.Linq

Creates a new instance of the LinqElement class.

Method Details

LinqElement() public méthode

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