Esempio n. 1
0
 internal XStreamBase AddConverter(IConverter converter)
 {
     context.AddConverter(converter);
     return(this);
 }