C# Class AssemblyBrowser.NamespaceNode

Inheritance: ListNode
Afficher le fichier Open project: mellinoe/assemblybrowser Class Usage Examples

Méthodes publiques

Méthode Description
NamespaceNode ( string name, IEnumerable types ) : ImGuiNET

Méthodes protégées

Méthode Description
InternalGetSpecialText ( ) : string
PostDrawNodeLabel ( ) : void
PreDrawNodeLabel ( ) : void

Method Details

InternalGetSpecialText() protected méthode

protected InternalGetSpecialText ( ) : string
Résultat string

NamespaceNode() public méthode

public NamespaceNode ( string name, IEnumerable types ) : ImGuiNET
name string
types IEnumerable
Résultat ImGuiNET

PostDrawNodeLabel() protected méthode

protected PostDrawNodeLabel ( ) : void
Résultat void

PreDrawNodeLabel() protected méthode

protected PreDrawNodeLabel ( ) : void
Résultat void