LayoutFarm.UI.UICollection.GetElement C# (CSharp) Méthode

GetElement() public méthode

public GetElement ( int index ) : UIElement
index int
Résultat UIElement
        public UIElement GetElement(int index)
        {
            return this.uiList[index];
        }
    }