示例#1
0
 public CategoriesDocumentFormatter GetFormatter()
 {
     if (formatter == null)
     {
         formatter = new AtomPub10CategoriesDocumentFormatter(this);
     }
     return(formatter);
 }
示例#2
0
		public CategoriesDocumentFormatter GetFormatter ()
		{
			if (formatter == null)
				formatter = new AtomPub10CategoriesDocumentFormatter (this);
			return formatter;
		}