Beispiel #1
0
 internal XStreamBase AddCData <T>(string name)
 {
     context.AddCdata(typeof(T), name);
     return(this);
 }