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

Inheritance: ReadableILStringToTextWriter
Exibir arquivo Open project: dotnet/corefx

Public Methods

Method Description
Process ( System.Linq.Expressions.Tests.ILInstruction ilInstruction, string operandString ) : void
RawILStringToTextWriter ( 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

RawILStringToTextWriter() public method

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