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

Inheritance: ReadableILStringToTextWriter
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Dedent ( ) : void
Résultat void

Indent() public méthode

public Indent ( ) : void
Résultat void

Process() public méthode

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

RichILStringToTextWriter() public méthode

public RichILStringToTextWriter ( TextWriter writer, ExceptionInfo exceptions ) : System.Collections.Generic
writer System.IO.TextWriter
exceptions ExceptionInfo
Résultat System.Collections.Generic