상속: IComparable
예제 #1
0
파일: Graph.cs 프로젝트: samueltenka/SNCT
 public void add_recipient(Phrase recipient, double weight) {outs[recipient] = weight;}