Value type
Variables of Value types contain their data directly instead of containing a reference to the data stored in memory. Instances of value types are stored in an area of memory called the stack, where the runtime can create, read, update, and remove them quickly with minimal overhead.
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment