See `CommandsBag.cs` output from GLS. Input: ```typescript if (this.commands.hasOwnProperty(metadata.name)) ``` Output: ```cs if (this.commands["hasOwnProperty"]) ```
See
CommandsBag.csoutput from GLS.Input:
Output: