Пример #1
0
 /// <summary>
 /// Not supported
 /// </summary>
 /// <param name="item"></param>
 public void Visit(ThumbDataItem item)
 {
     if (item == null)
     {
         throw new ArgumentNullException("item");
     }
     // Ignore for now
 }
Пример #2
0
 /// <summary>
 /// Validate thumb visit.
 /// </summary>
 /// <param name="item"></param>
 public void Visit(ThumbDataItem item)
 {
     if (item == null)
     {
         throw new ArgumentNullException("item");
     }
     // Not tested with current data file, obsolete.
     throw new NotImplementedException();
 }