dotnet / dotnet/vblang

Is ... OrIs

Open
#519 26 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.