示例#1
0
 protected override void CreateConstraint(INegatableArgumentConstraintManager <object> scope)
 {
     scope.NullCheckedMatches(x => x is string, x => x.Write("is of type string"));
 }