Closed bearyung closed 8 months ago
change the signature of string s in DoSearch(string s) to DoSearch(string? s) to reflect the fact that "s" may have a null value
change the signature of string s in DoSearch(string s) to DoSearch(string? s) to reflect the fact that "s" may have a null value