Properties

This lesson discusses properties, how to declare them, initialize them and use them in C#

Introduction

C# properties are class members that expose functionality of methods using the syntax of fields. They simplify the syntax of calling traditional get and set methods (a.k.a. ...

Access this course and 1400+ top-rated courses and projects.