コード例 #1
0
 public bool IsParent(IModelElement element)
 {
     return(StructureElement.IsParent(element));
 }