Ejemplo n.º 1
0
 public AtomOutOfLineContent(AtomContentType type, Uri src)
     : base()
 {
     _text = null;
     _type = type;
     _src = src;
 }
Ejemplo n.º 2
0
 public AtomContent(string text, AtomContentType type)
     : base(text)
 {
     _type = type;
       _src = null;
 }