kompiler.AttrType.AttrType C# (CSharp) Méthode

AttrType() public méthode

public AttrType ( int startIndex, int endIndex ) : System
startIndex int
endIndex int
Résultat System
        public AttrType(int startIndex, int endIndex)
        {
            m_startIndex = startIndex;
              m_endIndex = endIndex;
        }