Skip to content

'Use explicit types' refactoring for GetProperty #185

Open
@jnm2

Description

@jnm2

Changes GetProperty(name, flags) to GetProperty(name, flags, null, returnType, parameterTypes, null).

In practice it's usually Type.EmptyTypes for parameterTypes but default and/or named indexers can exist and overload.

Not sure if this should be warn, info or hidden by default, but I'd probably bump it up to info or warn when using it myself.

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