La classe più utile che ho mai scritto

Almeno sin’oggi:

public class ViewFields
{
public string Name { get; set; }

public XElement XElement
{
get { return new XElement("FieldRef", new XAttribute("Name", Name)); }
}
}

 

Tags:

posted @ mercoledì 27 maggio 2009 17.32

Print

Comments on this entry:

# re: La classe più utile che ho mai scritto

Left by imperugo at 27/05/2009 17.49
Gravatar
Mega ROTFL!

Your comment:



 (will not be displayed)


 
 
 
Please add 1 and 5 and type the answer here:
 

Live Comment Preview: