ConsoleTheme Constructor (ConsoleTheme) |
Initializes a new ConsoleTheme and copies all values from a given other ConsoleTheme.
Namespace: PostSharp.Patterns.Diagnostics.Backends.Console
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.4.11.0 (6.4.11.0)
C#
public ConsoleTheme( ConsoleTheme model )
Parameters
- model
- Type: PostSharp.Patterns.Diagnostics.Backends.Console.ConsoleTheme
The ConsoleTheme from which all values will be copied.