C# Methods In this code snippet, we will learn about methods in C#. A method is basically a code block with a C# Generics In this code snippet, we will learn about generics in C#. You can make generic classes, properties, methods, and parameters. 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 < Previous 1 … 21 22 23 24 25 26 Next >