Inheritance: IComparable
コード例 #1
0
ファイル: Graph.cs プロジェクト: samueltenka/SNCT
 public void add_recipient(Phrase recipient, double weight) {outs[recipient] = weight;}