LayoutFarm.UI.UICollection.UICollection C# (CSharp) Method

UICollection() public method

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