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

Inheritance: AbstractTreeNode, IReturnableNode
Afficher le fichier Open project: jagregory/boolangstudio Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetParametersIntellisenseDescription ( ) : string

Method Details

GetIntellisenseDescription() public méthode

public GetIntellisenseDescription ( ) : string
Résultat string

MethodTreeNode() public méthode

public MethodTreeNode ( ISourceOrigin sourceOrigin, string returnType, string containingClass ) : System.Collections.Generic
sourceOrigin ISourceOrigin
returnType string
containingClass string
Résultat System.Collections.Generic