hi guys can any one tell me the use of this keyword in C# language
i want to know what exactly the code
****string person(string fName, string lName)
{
this.fName=FirstName;
this.lName=LastName;
}****
means
and i want to know all the uses of this keyword
................thanks in advance