C Sharp Programming/Keywords/this
From Wikibooks, the open-content textbooks collection
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. It is also used to define extension methods.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|