Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Sandy Stone
Explore posts from servers
C
C#
SIA
Sapphire - Imagine a framework
Posts
Comments
C
C#
•
Created by Sandy Stone on 7/17/2023 in
#help
❔ Difference between using readonly or { get; }?
The only difference I can think of is that if we use
{ get; }
then we are converting from a field to a property; but I'm not so sure about this...
16 replies