Translations:Value type/8/en

From Resonite Wiki
Revision as of 16:30, 26 January 2025 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In ProtoFlux, in short, if a type can be classified as an unmanaged type in C#, it is recognized as a value type. Otherwise, it is an Object Type. This makes ProtoFlux's type categorization a direct interface to C#'s type categorization.