| GetValueOrDefault | Gets the value if present, otherwise the default value. |
| GetValueOrDefault(T) | Gets the value if present, otherwise a default value. |
| GetValueOrDefaultTResult | Gets the value if present, otherwise the default value. |
| GetValueOrDefaultTResult(TResult) | Gets the value if present, otherwise a default value. |