Translations:Reference type/11/en: Difference between revisions

From Resonite Wiki
Importing a new version from external source
 
Importing a new version from external source
 
Line 1: Line 1:
[https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types Microsoft documentation on C# Reference Types]. Do note that this is ''not'' the same exact implementation as FrooxEngine's reference types, as FrooxEngine nests its own data model within C#, but the concepts presented in the article largely apply to FrooxEngine's data model as well.
[https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types Microsoft documentation on C# reference types]. Do note that this is ''not'' the same exact implementation as FrooxEngine's reference types, as FrooxEngine nests its own data model within C#, but the concepts presented in the article largely apply to FrooxEngine's data model as well.

Latest revision as of 03:00, 27 April 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Reference type)
[https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/reference-types Microsoft documentation on C# reference types]. Do note that this is ''not'' the same exact implementation as FrooxEngine's reference types, as FrooxEngine nests its own data model within C#, but the concepts presented in the article largely apply to FrooxEngine's data model as well.

Microsoft documentation on C# reference types. Do note that this is not the same exact implementation as FrooxEngine's reference types, as FrooxEngine nests its own data model within C#, but the concepts presented in the article largely apply to FrooxEngine's data model as well.