FairyGUI.Utils.XMLList.this C# (CSharp) 메소드

this() 공개 메소드

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