C# Класс Logging.Extensions.ObjectExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
PrintNamesValues ( this o ) : string

Pretty prints the name and value of the current object.

PrintTypesNamesValues ( this o ) : string

Pretty prints the type, name, and value of the current object.

PrintValues ( this o ) : string

Pretty prints the value of the current object.

Описание методов

PrintNamesValues() публичный статический Метод

Pretty prints the name and value of the current object.
public static PrintNamesValues ( this o ) : string
o this
Результат string

PrintTypesNamesValues() публичный статический Метод

Pretty prints the type, name, and value of the current object.
public static PrintTypesNamesValues ( this o ) : string
o this
Результат string

PrintValues() публичный статический Метод

Pretty prints the value of the current object.
public static PrintValues ( this o ) : string
o this
Результат string