Beispiel #1
0
 public static bool IsVisible(this DObject node)
 {
     return(!node.IsForbidden());
 }