Open
Description
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
Labels
No labels