C# 클래스 ExpressionToCodeLib.Internal.ObjectStringifyImpl

상속: IObjectStringifier
파일 보기 프로젝트 열기: EamonNerbonne/ExpressionToCode

공개 메소드들

메소드 설명
ObjectStringifyImpl ( bool fullTypeNames = false ) : System
TypeNameToCode ( Type type ) : string

비공개 메소드들

메소드 설명
DoubleToCode ( double p ) : string
EscapeCharForString ( char c ) : string
EscapeStringChars ( string str ) : string
FloatToCode ( float p ) : string
IObjectStringifier ( object val, Type type ) : string

메소드 상세

ObjectStringifyImpl() 공개 메소드

public ObjectStringifyImpl ( bool fullTypeNames = false ) : System
fullTypeNames bool
리턴 System

TypeNameToCode() 공개 메소드

public TypeNameToCode ( Type type ) : string
type System.Type
리턴 string