microsoft / lsprotocol

Code generator and generated types for Language Server Protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Immutable types for array and dictionary

karthiknadig opened this issue · comments

objetc[] => ImmutableArray

Dictionary<> => ImmutableDictionary<>