C Sharp Programming/Keywords/this
From Wikibooks, the open-content textbooks collection
C# Programming
Cover | Introduction | Basics | Classes | The .NET Framework | Advanced Topics | Index
Cover | Introduction | Basics | Classes | The .NET Framework | Advanced Topics | Index
The this keyword is used in an instance method or instance property to reference the current instance of class. That is, this refers to the object through which its containing method or property was invoked.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|

