コード例 #1
0
ファイル: SPOIndex.cs プロジェクト: jobeland/hexadb
 public void Assert(Triple t)
 {
     Assert(t.Subject, t.Predicate, t.Object);
 }