Ejemplo n.º 1
0
 public static Entry For(ContentFilter filter)
 {
     if (filter == null)
     {
         return(new NullEntry());
     }
     else
     {
         return(new StringEntry(filter.ToString()));
     }
 }