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]"
 
m Added link
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.  
Reference Types are [[:Category:Type|types]] that store data indirectly, via references. This is in contrast to [[Value Type|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]
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]

Revision as of 16:40, 19 January 2024

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