ILSpy icon indicating copy to clipboard operation
ILSpy copied to clipboard

Check DefaultMemberAttribute for indexer

Open CreateAndInject opened this issue 1 year ago • 0 comments

Even if there's an Item property with get_Item(...) and set_Item(...), Visual Studio doesn't treat it as indexer if DefaultMemberAttribute doesn't exist.

CreateAndInject avatar Aug 30 '22 00:08 CreateAndInject