Tools.NList.NList C# (CSharp) Method

NList() public method

public NList ( ) : System
return System
        public NList()
        {
            m_node=null; m_next=null;
        }

Same methods

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