SupinePandora43 / UltralightNet

.NET bindings for Ultralight next-gen HTML renderer
https://github.com/SupinePandora43/UltralightNet
MIT License
62 stars 10 forks source link

Mark getters as readonly #53

Closed SupinePandora43 closed 1 year ago

SupinePandora43 commented 2 years ago

To let compiler know that it doesn't modify readonly structs (in/ref readonly)

SupinePandora43 commented 2 years ago

where can i even put them?