We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bfc17 commit 5ed0bf6Copy full SHA for 5ed0bf6
1 file changed
src/PnP/IPnPDevice.cs
@@ -73,7 +73,7 @@ public interface IPnPDevice
73
/// </remarks>
74
/// <param name="excludeIfMatches">Returns false if the given predicate is true.</param>
75
/// <returns>True if this device originates from an emulator, false otherwise.</returns>
76
- bool IsVirtual(Func<IPnPDevice, bool>? excludeIfMatches = default);
+ bool IsVirtual(Func<IPnPDevice, bool>? excludeIfMatches = null);
77
78
/// <summary>
79
/// Installs the NULL-driver on this device instance.
0 commit comments