C# Class In this code snippet, we'll take a look at classes in C#. A class is like a blueprint to make C# Indexers In this code snippet, we will learn how to implement indexers in C#. Indexers allow classes to be indexed just C# Ref Keyword In this code snippet, we'll what the ref keyword does in C#. Variables can be passed either by value or C# Exceptions In this code snippet, we will about exceptions in C#. When an error occurs in an application an exception will C# Partial Class In this code snippet, we will found out what partial classes are in C#. If a class is marked with C# Recursive File Iteration In this code snippet, we will see how to recursively iterate through files and folders in C#. To recursively iterate C# Object and Collection Initializers In this code snippet, we will learn how to use object and collection initializers in C#. Initializers let you set C# Recursion In this code snippet, we will find out how to use recursion in C#. A recursive function/method is a method C# Enumerations In this code snippet, we will see how to use enumerations in C#. An enum is a data type. To C# Method Output Parameters In this code snippet, will see how to use method output parameters in C#. The output parameter works by passing < Previous 1 … 21 22 23 24 25 26 Next >