Could anyone please explain the meaning \"this\" in C#?
Such as:
// complex.cs using System; public struct Complex { public int real; public
this references the instance of the class.
this