Ejemplo n.º 1
0
 public TokenRecord(int Index, int Length, TokenProperty _property)
 {
     SetChildCount();
     SetPriority();
     m_Property = _property;
 }
Ejemplo n.º 2
0
 public TokenRecord(int Index, int Length)
 {
     m_Property = new TokenProperty();
     SetChildCount();
     SetPriority();
 }