Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Boo
BooLangService
Document
Origins
NullSourceOrigin
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
显示文件
Open project: jagregory/boolangstudio
Public Methods
Method
Description
GetMembers
(
bool
isConstructor
) :
List
ToTreeNode
( ) :
IBooParseTreeNode
Method Details
GetMembers()
public
method
public
GetMembers
(
bool
isConstructor
) :
List
isConstructor
bool
return
List
ToTreeNode()
public
method
public
ToTreeNode
( ) :
IBooParseTreeNode
return
IBooParseTreeNode