コード例 #1
0
 public override int RelationshipTypeCount()
 {
     _ktx.assertOpen();
     return(_store.relationshipTypeCount());
 }