C# Class ICSharpCode.ILSpy.TreeNodes.MethodTreeNode

Tree Node representing a field, method, property, or event.
Inheritance: ILSpyTreeNode, IMemberTreeNode
Afficher le fichier Open project: HearthSim/extract-scripts Class Usage Examples

Méthodes publiques

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

Method Details

Decompile() public méthode

public Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
Résultat void

MethodTreeNode() public méthode

public MethodTreeNode ( MethodDefinition method )
method MethodDefinition