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

Inheritance: ReadableILStringToTextWriter
Exibir arquivo Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Dedent ( ) : void
Indent ( ) : void
Process ( System.Linq.Expressions.Tests.ILInstruction instruction, string operandString ) : void
RichILStringToTextWriter ( TextWriter writer, ExceptionInfo exceptions ) : System.Collections.Generic

Method Details

Dedent() public method

public Dedent ( ) : void
return void

Indent() public method

public Indent ( ) : void
return void

Process() public method

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

RichILStringToTextWriter() public method

public RichILStringToTextWriter ( TextWriter writer, ExceptionInfo exceptions ) : System.Collections.Generic
writer System.IO.TextWriter
exceptions ExceptionInfo
return System.Collections.Generic