C# Класс Customer.Project.Utilities.Extensions

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

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

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

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

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

public static PropertiesToString ( this o ) : string
o this
Результат string

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

public static PropertiesToString ( this o, string propertiesToExclude ) : string
o this
propertiesToExclude string An array of property names that should not be added to the result string
Результат string