Skip to content

Commit 5ed0bf6

Browse files
committed
Update IPnPDevice.cs
1 parent 41bfc17 commit 5ed0bf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PnP/IPnPDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public interface IPnPDevice
7373
/// </remarks>
7474
/// <param name="excludeIfMatches">Returns false if the given predicate is true.</param>
7575
/// <returns>True if this device originates from an emulator, false otherwise.</returns>
76-
bool IsVirtual(Func<IPnPDevice, bool>? excludeIfMatches = default);
76+
bool IsVirtual(Func<IPnPDevice, bool>? excludeIfMatches = null);
7777

7878
/// <summary>
7979
/// Installs the NULL-driver on this device instance.

0 commit comments

Comments
 (0)