Reference Type

From Resonite Wiki
Revision as of 16:40, 19 January 2024 by Virgil (talk | contribs) (Added link)

Reference Types are types that store data indirectly, via references. This is in contrast to Value Types, which directly store their corresponding data.

For more information, refer to the Microsoft documentation on C# Reference Types