C# Class ICSharpCode.ILSpy.TreeNodes.MethodTreeNode

Tree Node representing a field, method, property, or event.
Inheritance: ILSpyTreeNode, IMemberTreeNode
显示文件 Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
MethodTreeNode ( MethodDefinition method )

Method Details

Decompile() public method

public Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
return void

MethodTreeNode() public method

public MethodTreeNode ( MethodDefinition method )
method MethodDefinition