I have an \'optional\' parameter on a method that is a KeyValuePair. I wanted an overload that passes null to the core method for this parameter, but in the core method, wh
You can actually use KeyValuePair.IsNull() to determine if the KeyValuePair has been set.