C# 클래스 RxSpy.Utils.DebuggerDisplayFormatter

파일 보기 프로젝트 열기: niik/RxSpy 1 사용 예제들

공개 메소드들

메소드 설명
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