Show / Hide Table of Contents

Class ConsoleExtensions

Extension methods for Console

Inheritance
object
ConsoleExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class ConsoleExtensions

Methods

WriteProperties(object, bool)

Display the function results on the screen

Declaration
public static void WriteProperties(this object source, bool details = true)
Parameters
Type Name Description
object source

The object

bool details

Show details

☀
☾
Back to top Generated by DocFX