예제 #1
0
 public static int Count(UnsafeOrderedSet *set)
 {
     return(UnsafeOrderedCollection.Count(&set->_collection));
 }