C# Class RxSpy.Utils.DebuggerDisplayFormatter

Afficher le fichier Open project: niik/RxSpy Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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

TryGetDebuggerDisplayFormatter() public static méthode

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