C# Class ICSharpCode.ILSpy.TreeNodes.PropertyTreeNode

Represents a property in the TreeView.
Inheritance: ILSpyTreeNode, IMemberTreeNode
Mostra file Open project: HearthSim/extract-scripts Class Usage Examples

Public Methods

Method Description
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
PropertyTreeNode ( Mono.Cecil.PropertyDefinition property )

Private Methods

Method Description
GetAttributesOfMostAccessibleMethod ( Mono.Cecil.PropertyDefinition property ) : MethodAttributes

Method Details

Decompile() public method

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

PropertyTreeNode() public method

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