The 'this' keyword in C# is used to reference the current class instance. It can be optionally used as a qualifier in referencing the fields, properties or methods of the current instance of the class.
The 'this' keyword in C# is used to reference the current class instance. It can be optionally used as a qualifier in referencing the fields, properties or methods of the current instance of the class.
'this' in C#
Profile Answers by smohan Questions by smohan
Questions by smohan answers by smohan
Editorial / Best Answer
CharlitoProfile Answers by Charlito Questions by Charlito
The 'this' keyword in C# is used to reference the current class instance.
It can be optionally used as a qualifier in referencing the fields, properties or methods of the current instance of the class.