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

UICollection() public méthode

public UICollection ( UIElement owner ) : System
owner UIElement
Résultat System
        public UICollection(UIElement owner)
        {
            this.owner = owner;
        }
        public void AddUI(UIElement ui)