C# Class Tools.NList

Mostrar archivo Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 Class Usage Examples

Public Properties

Property Type Description
m_next NList
m_node NfaNode

Public Methods

Method Description
Add ( NfaNode n ) : bool
NList ( ) : System
NList ( NfaNode nd, NList nx ) : System

Method Details

Add() public method

public Add ( NfaNode n ) : bool
n NfaNode
return bool

NList() public method

public NList ( ) : System
return System

NList() public method

public NList ( NfaNode nd, NList nx ) : System
nd NfaNode
nx NList
return System

Property Details

m_next public_oe property

public NList,Tools m_next
return NList

m_node public_oe property

public NfaNode,Tools m_node
return NfaNode