C# Class Monodoc.Widgets.MembersNode

Inheritance: DocNode
Afficher le fichier Open project: mono/monodoc-widgets

Private Properties

Свойство Type Description
InsertSiblings bool

Méthodes publiques

Méthode Description
CreateItem ( DocView view ) : DocViewItem
MembersNode ( TypeNode parent, string path ) : System

Méthodes protégées

Méthode Description
LoadChildren ( ) : void

Private Methods

Méthode Description
InsertSiblings ( ) : bool

Method Details

CreateItem() public méthode

public CreateItem ( DocView view ) : DocViewItem
view DocView
Résultat DocViewItem

LoadChildren() protected méthode

protected LoadChildren ( ) : void
Résultat void

MembersNode() public méthode

public MembersNode ( TypeNode parent, string path ) : System
parent TypeNode
path string
Résultat System