AjaxControlToolkit.Design.RatingExtenderDesigner.ActionList.ActionList C# (CSharp) Method

ActionList() public method

public ActionList ( RatingExtenderDesigner parent ) : System.ComponentModel
parent RatingExtenderDesigner
return System.ComponentModel
            public ActionList(RatingExtenderDesigner parent)
                : base(parent.Component)
            {
                _parent = parent;
            }