Example #1
0
 private bool TryWriteContentItem(ContentItem item)
 {
     if (item == null)
     {
         return(false);
     }
     return(TryWriteDictionary(item.ToDictionary()));
 }
Example #2
0
		private bool TryWriteContentItem(ContentItem item)
		{
			if (item == null)
				return false;
			return TryWriteDictionary(item.ToDictionary());
		}