Reference Type: Difference between revisions

From Resonite Wiki
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]"
 
caps
Tag: New redirect
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Reference Types are types that store data indirectly, via references. This is in contrast to [[Value Type|Value Types]], which directly store their corresponding data.
#REDIRECT [[Reference type]]
 
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]

Latest revision as of 16:42, 26 January 2025

Redirect to: