语言简体中文
  • C#
实验性:该 API 是实验性的,将来可能会更改或移除。

节点.CollectElements

声明

public void CollectElements(HashSet<GraphElement> collectedElementSet, Func<GraphElement,bool> conditionFunc);

参数

collectedElementSet 匹配边集。
conditionFunc 决定是否将某些边添加到匹配边集的函数。

说明

检索与指定条件匹配的边集。所测试的边连接到此节点。


Did you find this page useful? Please give it a rating: