C# Class Tools.NList

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Méthodes publiques

Свойство Type Description
m_next NList
m_node NfaNode

Méthodes publiques

Méthode Description
Add ( NfaNode n ) : bool
NList ( ) : System
NList ( NfaNode nd, NList nx ) : System

Method Details

Add() public méthode

public Add ( NfaNode n ) : bool
n NfaNode
Résultat bool

NList() public méthode

public NList ( ) : System
Résultat System

NList() public méthode

public NList ( NfaNode nd, NList nx ) : System
nd NfaNode
nx NList
Résultat System

Property Details

m_next public_oe property

public NList,Tools m_next
Résultat NList

m_node public_oe property

public NfaNode,Tools m_node
Résultat NfaNode