C# Class System.Linq.Expressions.Tests.ReadableILStringToTextWriter

Inheritance: IILStringCollector
ファイルを表示 Open project: dotnet/corefx

Protected Properties

Property Type Description
_writer System.IO.TextWriter

Public Methods

Method Description
Process ( System.Linq.Expressions.Tests.ILInstruction ilInstruction, string operandString ) : void
ReadableILStringToTextWriter ( TextWriter writer ) : System.Collections.Generic

Method Details

Process() public method

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

ReadableILStringToTextWriter() public method

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

Property Details

_writer protected_oe property

protected TextWriter,System.IO _writer
return System.IO.TextWriter