AjaxLife.Html.Index.Index C# (CSharp) Method

Index() public method

public Index ( string name, IDirectory parent ) : System
name string
parent IDirectory
return System
        public Index(string name, IDirectory parent)
        {
            this.name = name;
            this.parent = parent;
        }