C# Class AssemblyBrowser.NamespaceNode

Inheritance: ListNode
Show file Open project: mellinoe/assemblybrowser Class Usage Examples

Public Methods

Method Description
NamespaceNode ( string name, IEnumerable types ) : ImGuiNET

Protected Methods

Method Description
InternalGetSpecialText ( ) : string
PostDrawNodeLabel ( ) : void
PreDrawNodeLabel ( ) : void

Method Details

InternalGetSpecialText() protected method

protected InternalGetSpecialText ( ) : string
return string

NamespaceNode() public method

public NamespaceNode ( string name, IEnumerable types ) : ImGuiNET
name string
types IEnumerable
return ImGuiNET

PostDrawNodeLabel() protected method

protected PostDrawNodeLabel ( ) : void
return void

PreDrawNodeLabel() protected method

protected PreDrawNodeLabel ( ) : void
return void