FluidFramework
FluidFramework copied to clipboard
Tidy up containerRuntime.ts
Description
containerRuntime.ts had some needless indirection on getters, and used "_" prefixes for private. Remove some needless indirection and migrate some use of _ to just ts-private or JS private with #.
Reviewer Guidance
The review process is outlined on this wiki page.