Tools.NList.NList C# (CSharp) 메소드

NList() 공개 메소드

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

Same methods

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