Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Tiago Neves
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?
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).
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
Tiago Neves
Thanks Robert.
André, what a valuable resource that is. It helped me a lot. Thanks.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...