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