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