We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ce075 commit c0c0dfaCopy full SHA for c0c0dfa
proposals/proposal-typeof-many.md
@@ -12,7 +12,7 @@ Extend the capability of `TypeOf obj Is ...` and `TypeOf obj IsNot ...` to check
12
## Motivation
13
[motivation]: #motivation
14
15
-**What cases does it support?**
+**What cases does it support?**
16
This proposal is tightly focused on the two following forms, commonly used to check an object's type against multiple possible types.
17
```vb.net
18
dim result0 = (TypeOf obj Is T0) OrElse (TypeOf obj Is T1) OrElse (TypeOf obj Is T2) OrElse (TypeOf obj Is T3)
0 commit comments