Karan Kumar
  • Home
  • Projects
  • About
Sign in Subscribe

c#

A collection of 2 posts
C# reference parameters
c#

C# reference parameters

Reference parameters allows a method to change the values of data that are defined in the caller's scope. In this tutorial, we look at how to use them.
Aug 13, 2020 1 min read
C#: output parameters
c#

C#: output parameters

Typically, you can only return one thing in C#. For instance, you may return an int, a string or an array of bools. As you may have surmised, output parameters allow you to return multiple values without using a container. Example I: Let's take a look at a simple method:
Aug 12, 2020 3 min read
Page 1 of 1
Karan Kumar © 2023
Powered by Ghost