Skip to content

Convert Interface to abstract class #507

@giggio

Description

@giggio

This:

interface Foo
{
    void Bar();
}

Becomes:

abstract class Foo
{
    abstract void Bar();
}

Category: Refactoring
Id: CC0102
Severity: Hidden

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions