C# Класс RxSpy.Utils.DebuggerDisplayFormatter

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TryFormat ( Type type, object target, string &value ) : bool
TryGetDebuggerDisplayFormatter ( Type type, string>.Func &formatter ) : bool

Приватные методы

Метод Описание
BuildFormatterDelegate ( Type type, string format ) : string>.Func
CreateFormatter ( Type type ) : string>>.Lazy
CreatePropertyValueDelegate ( Type type, string propertyName, bool quote ) : string>.Func

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

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

public static TryFormat ( Type type, object target, string &value ) : bool
type System.Type
target object
value string
Результат bool

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

public static TryGetDebuggerDisplayFormatter ( Type type, string>.Func &formatter ) : bool
type System.Type
formatter string>.Func
Результат bool