Example #1
0
 public void Use(FixedLengthSchema schema)
 {
     if (schema == null)
     {
         throw new ArgumentNullException(nameof(schema));
     }
     selector.Add(schema, predicate);
 }