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

Inheritance: IILStringCollector
Afficher le fichier Open project: dotnet/corefx

Protected Properties

Свойство Type Description
_writer System.IO.TextWriter

Méthodes publiques

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

Method Details

Process() public méthode

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

ReadableILStringToTextWriter() public méthode

public ReadableILStringToTextWriter ( TextWriter writer ) : System.Collections.Generic
writer System.IO.TextWriter
Résultat System.Collections.Generic

Property Details

_writer protected_oe property

protected TextWriter,System.IO _writer
Résultat System.IO.TextWriter