Is ... OrIs
Open
- Dominant language
- No language data
- Stars
- 328
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
I propose to add a new `OrIs` Keyword. It will help to rewrite this:
```VB.NET
If TypeOf item Is XmlSchemaElement OrElse TypeOf item Is XmlSchemaComplexType Then
```
as:
```VB.NET
If TypeOf item Is XmlSchemaElement OrIs XmlSchemaComplexType Then
```
This will imply adding `AndIsNot` keyword to work with `IsNot`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.