예제 #1
0
파일: MultiSet.cs 프로젝트: 0000duck/latino
 public List <KeyDat <int, T> > ToList()
 {
     return(mSet.ToList());
 }