Skip to content

Is ... OrIs  #519

@VBAndCs

Description

@VBAndCs

I propose to add a new OrIs Keyword. It will help to rewrite this:

If TypeOf item Is XmlSchemaElement OrElse TypeOf item Is XmlSchemaComplexType Then

as:

If TypeOf item Is XmlSchemaElement OrIs  XmlSchemaComplexType Then

This will imply adding AndIsNot keyword to work with IsNot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions