C# Class Yamool.CWSharp.DawgNode

Afficher le fichier Open project: zhengchun/CWSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddChild ( DawgNode node ) : bool
DawgNode ( ) : System
DawgNode ( char text ) : System
DawgNode ( char text, int nodeCount ) : System
Descendants ( ) : IEnumerable
DescendantsAndSelf ( ) : IEnumerable
Next ( char text ) : DawgNode
RemoveChild ( DawgNode node ) : bool
ToString ( ) : string

Method Details

AddChild() public méthode

public AddChild ( DawgNode node ) : bool
node DawgNode
Résultat bool

DawgNode() public méthode

public DawgNode ( ) : System
Résultat System

DawgNode() public méthode

public DawgNode ( char text ) : System
text char
Résultat System

DawgNode() public méthode

public DawgNode ( char text, int nodeCount ) : System
text char
nodeCount int
Résultat System

Descendants() public méthode

public Descendants ( ) : IEnumerable
Résultat IEnumerable

DescendantsAndSelf() public méthode

public DescendantsAndSelf ( ) : IEnumerable
Résultat IEnumerable

Next() public méthode

public Next ( char text ) : DawgNode
text char
Résultat DawgNode

RemoveChild() public méthode

public RemoveChild ( DawgNode node ) : bool
node DawgNode
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string