Skip to content

About Property to INPC #6

@lostluna1

Description

@lostluna1

Normally, a property is formatted like this:

public string TestText { get; set; }

But there are also such cases:

public string TestText 
{ 
    get; set;
}

This format cannot be supported.

Can it support any legal format?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions