예제 #1
0
파일: DotEdge.cs 프로젝트: zshehri/zBang
 public DotEdge(DotVertex <TVertexId> source, DotVertex <TVertexId> destination, IDictionary <string, string> attributes)
     : base(source, destination, attributes: attributes)
 {
 }
예제 #2
0
파일: DotEdge.cs 프로젝트: zshehri/zBang
 public DotEdge(DotVertex <TVertexId> source, DotVertex <TVertexId> destination)
     : base(source, destination)
 {
 }