INPUT-OUTPUT parameters
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
INPUT-OUTPUT parameters
An INPUT-OUTPUT parameter is mapped to
its .NET data type, with the parameter mode set based on the .NET language. For
example, in C# you would use the ref parameter modifier.
The ref modifier requires that the variable be initialized
before being passed to a method.