LayoutFarm.UI.UICollection.GetElement C# (CSharp) 메소드

GetElement() 공개 메소드

public GetElement ( int index ) : UIElement
index int
리턴 UIElement
        public UIElement GetElement(int index)
        {
            return this.uiList[index];
        }
    }