C# Class ICSharpCode.ILSpy.TreeNodes.PropertyTreeNode

Represents a property 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
PropertyTreeNode ( Mono.Cecil.PropertyDefinition property )

Private Methods

Méthode Description
GetAttributesOfMostAccessibleMethod ( Mono.Cecil.PropertyDefinition property ) : MethodAttributes

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

PropertyTreeNode() public méthode

public PropertyTreeNode ( Mono.Cecil.PropertyDefinition property )
property Mono.Cecil.PropertyDefinition