FairyGUI.Utils.XMLList.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : XML
index int
Résultat XML
        public XML this[int index]
        {
            get { return rawList[index]; }
        }