예제 #1
0
 internal void OptimizeStorage()
 {
     //if (Count == 0)
     //	mList = null;
     RawList.TrimExcess();
 }