protected override object CurrentValue(Tree tree)
		{
			return tree.Root();
		}
Example #2
0
 protected override object CurrentValue(Tree tree)
 {
     return(tree.Root());
 }