C# 클래스 System.Linq.Expressions.Tests.ReadableILStringToTextWriter

상속: IILStringCollector
파일 보기 프로젝트 열기: dotnet/corefx

보호된 프로퍼티들

프로퍼티 타입 설명
_writer System.IO.TextWriter

공개 메소드들

메소드 설명
Process ( System.Linq.Expressions.Tests.ILInstruction ilInstruction, string operandString ) : void
ReadableILStringToTextWriter ( TextWriter writer ) : System.Collections.Generic

메소드 상세

Process() 공개 메소드

public Process ( System.Linq.Expressions.Tests.ILInstruction ilInstruction, string operandString ) : void
ilInstruction System.Linq.Expressions.Tests.ILInstruction
operandString string
리턴 void

ReadableILStringToTextWriter() 공개 메소드

public ReadableILStringToTextWriter ( TextWriter writer ) : System.Collections.Generic
writer System.IO.TextWriter
리턴 System.Collections.Generic

프로퍼티 상세

_writer 보호되어 있는 프로퍼티

protected TextWriter,System.IO _writer
리턴 System.IO.TextWriter