C# Class Boo.BooLangService.Document.Origins.NullSourceOrigin

Used for tree nodes that don't have an origin in the source, the project is one example, keywords another. See: Null Object pattern.
Inheritance: ISourceOrigin
Afficher le fichier Open project: jagregory/boolangstudio

Méthodes publiques

Méthode Description
GetMembers ( bool isConstructor ) : List
ToTreeNode ( ) : IBooParseTreeNode

Method Details

GetMembers() public méthode

public GetMembers ( bool isConstructor ) : List
isConstructor bool
Résultat List

ToTreeNode() public méthode

public ToTreeNode ( ) : IBooParseTreeNode
Résultat IBooParseTreeNode