RtfDomParser.RTFColorTable.this C# (CSharp) Méthode

this() public méthode

get color at special index
public this ( int index ) : System.Drawing.Color
index int
Résultat System.Drawing.Color
        public System.Drawing.Color this[int index]
        {
            get
            {
                return ( System.Drawing.Color ) myItems[ index ] ;
            }
        }