move PocketSharp.Reader

This commit is contained in:
2013-12-17 22:50:36 +01:00
parent de99ff8eef
commit 2fb91d3a2a
40 changed files with 12142 additions and 0 deletions
@@ -0,0 +1,11 @@
using System.Xml.Linq;
namespace ReadSharp.Ports.NReadability
{
public class AttributeTransformationInput
{
public string AttributeValue { get; set; }
public XElement Element { get; set; }
}
}