Tools.NList.NList C# (CSharp) Method

NList() public method

public NList ( NfaNode nd, NList nx ) : System
nd NfaNode
nx NList
return System
        NList(NfaNode nd,NList nx)
        {
            m_node=nd; m_next=nx;
        }

Same methods

NList::NList ( ) : System