public CategoriesDocumentFormatter GetFormatter() { if (formatter == null) { formatter = new AtomPub10CategoriesDocumentFormatter(this); } return(formatter); }
public CategoriesDocumentFormatter GetFormatter () { if (formatter == null) formatter = new AtomPub10CategoriesDocumentFormatter (this); return formatter; }