C# Class RxSpy.Utils.DebuggerDisplayFormatter

Exibir arquivo Open project: niik/RxSpy Class Usage Examples

Public Methods

Method Description
TryFormat ( Type type, object target, string &value ) : bool
TryGetDebuggerDisplayFormatter ( Type type, string>.Func &formatter ) : bool

Private Methods

Method Description
BuildFormatterDelegate ( Type type, string format ) : string>.Func
CreateFormatter ( Type type ) : string>>.Lazy
CreatePropertyValueDelegate ( Type type, string propertyName, bool quote ) : string>.Func

Method Details

TryFormat() public static method

public static TryFormat ( Type type, object target, string &value ) : bool
type System.Type
target object
value string
return bool

TryGetDebuggerDisplayFormatter() public static method

public static TryGetDebuggerDisplayFormatter ( Type type, string>.Func &formatter ) : bool
type System.Type
formatter string>.Func
return bool