C# 클래스 SafeILGenerator.Ast.Utils.AstStringUtils

파일 보기 프로젝트 열기: soywiz/SafeILGenerator

공개 메소드들

메소드 설명
CaptureOutput ( System.Action Action, bool Capture = true ) : String
ToLiteral ( string input ) : string
ToLiteralRaw ( string input ) : string

메소드 상세

CaptureOutput() 공개 정적인 메소드

public static CaptureOutput ( System.Action Action, bool Capture = true ) : String
Action System.Action
Capture bool
리턴 String

ToLiteral() 공개 정적인 메소드

public static ToLiteral ( string input ) : string
input string
리턴 string

ToLiteralRaw() 공개 정적인 메소드

public static ToLiteralRaw ( string input ) : string
input string
리턴 string