C# Class ICSharpCode.ILSpy.TreeNodes.FieldTreeNode

Represents a field in the TreeView.
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
FieldTreeNode ( FieldDefinition field )

Private Methods

Méthode Description
IsDecimalConstant ( FieldDefinition field ) : bool

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

FieldTreeNode() public méthode

public FieldTreeNode ( FieldDefinition field )
field FieldDefinition