Example #1
0
 public virtual bool Matches(object value)
 {
     return(ArgumentType.IsInstanceOfType(value));
 }