C# Класс ICSharpCode.ILSpy.TreeNodes.PropertyTreeNode

Represents a property in the TreeView.
Наследование: ILSpyTreeNode, IMemberTreeNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
PropertyTreeNode ( Mono.Cecil.PropertyDefinition property )

Приватные методы

Метод Описание
GetAttributesOfMostAccessibleMethod ( Mono.Cecil.PropertyDefinition property ) : MethodAttributes

Описание методов

Decompile() публичный Метод

public Decompile ( System.Language language, ITextOutput output, DecompilationOptions options ) : void
language System.Language
output ITextOutput
options DecompilationOptions
Результат void

PropertyTreeNode() публичный Метод

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