예제 #1
0
 /// <summary>
 /// Removes all of the elements from this set.
 /// </summary>
 public void Clear()
 {
     _array.Clear();
 }