ColorSetter Delegate

Definition

Defines the type of delegate used to set the console color.

public delegate void ColorSetter(ConsoleColor color);
public delegate void ColorSetter(ConsoleColor color);
type ColorSetter = delegate of ConsoleColor -> unit
Public Delegate Sub ColorSetter(color As ConsoleColor)

Parameters

color
ConsoleColor

The text color.

Applies to