ZeroInstall.HierarchyEntry.IsRoot C# (CSharp) Method

IsRoot() public method

public IsRoot ( ) : bool
return bool
        public bool IsRoot()
        {
            return _parent == null;
        }