I understand the basics of handling properties from classes declared by yourself using {get, set}.
I would like to know how to handle properties of classes already declared by C#, i.e. System.Console.Foreground.
Could anyone help with an example or two?
Gracias