C# 클래스 ExpressionToCodeLib.ObjectToCode

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

공개 메소드들

메소드 설명
ComplexObjectToPseudoCode ( ExpressionToCodeConfiguration config, object val ) : string
ComplexObjectToPseudoCode ( object val ) : string
PlainObjectToCode ( object val ) : string
PlainObjectToCode ( object val, Type type ) : string
ToCSharpFriendlyTypeName ( this type ) : string

메소드 상세

ComplexObjectToPseudoCode() 공개 정적인 메소드

public static ComplexObjectToPseudoCode ( ExpressionToCodeConfiguration config, object val ) : string
config ExpressionToCodeConfiguration
val object
리턴 string

ComplexObjectToPseudoCode() 공개 정적인 메소드

public static ComplexObjectToPseudoCode ( object val ) : string
val object
리턴 string

PlainObjectToCode() 공개 정적인 메소드

public static PlainObjectToCode ( object val ) : string
val object
리턴 string

PlainObjectToCode() 공개 정적인 메소드

public static PlainObjectToCode ( object val, Type type ) : string
val object
type System.Type
리턴 string

ToCSharpFriendlyTypeName() 공개 정적인 메소드

public static ToCSharpFriendlyTypeName ( this type ) : string
type this
리턴 string