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