C# Class Boo.BooLangService.Document.Nodes.MethodTreeNode

Inheritance: AbstractTreeNode, IReturnableNode
Show file Open project: jagregory/boolangstudio Class Usage Examples

Public Methods

Method Description
GetIntellisenseDescription ( ) : string
MethodTreeNode ( ISourceOrigin sourceOrigin, string returnType, string containingClass ) : System.Collections.Generic

Private Methods

Method Description
GetParametersIntellisenseDescription ( ) : string

Method Details

GetIntellisenseDescription() public method

public GetIntellisenseDescription ( ) : string
return string

MethodTreeNode() public method

public MethodTreeNode ( ISourceOrigin sourceOrigin, string returnType, string containingClass ) : System.Collections.Generic
sourceOrigin ISourceOrigin
returnType string
containingClass string
return System.Collections.Generic