Reference Type

From Resonite Wiki
Revision as of 03:01, 19 January 2024 by Epsilion (talk | contribs) (Created page with "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 [https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types Microsoft documentation on C# Reference Types]")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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