0
Views
3
Comments
Are Structures a C# struct type?
Question
My question is simple:
Are OutSystems Structures the equivalent to a C# struct type?
2018-03-08 20-43-12
Robert Chanphakeo
Someone correct me if I'm wrong - If I can remember correctly in c# under the hood, outsystems defines an outsystems structure and an entity as a class rather than a c# struct. what this also means objects are passed by reference rather than by value type (struct).
2020-03-05 15-52-45
André Vieira
Staff
Hi Tiago,

Here's a resource it may be useful for you: OutSystems for .NET developers.
In this document you'll see that Structures are equivalent to a struct in C#, this does not mean that they are actually implemented as a struct under the hood...
You'll find it on the Learn > Overview page https://www.outsystems.com/academy or https://help.outsystems.com.

Cheers
2017-07-05 18-13-21
Tiago Neves
Thanks Robert.

André, what a valuable resource that is. It helped me a lot. Thanks.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.