コード例 #1
0
 public override bool NodeHasProperty(long node, string propertyName)
 {
     return(@delegate.NodeHasProperty(node, propertyName));
 }