FairyGUI.Utils.XMLList.this C# (CSharp) Method

this() public method

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