UnityEditor.TreeViewTest.LazyTestDataSource.GetParentsBelow C# (CSharp) Method

GetParentsBelow() protected method

protected GetParentsBelow ( int id ) : HashSet
id int
return HashSet
            protected override HashSet<int> GetParentsBelow(int id)
            {
                return this.m_Backend.GetParentsBelow(id);
            }