Esempio n. 1
0
 partial void OnRecycleMarkers()
 {
     PoolHashSet <bool[]> .Recycle(ref this.allExistMarkers);
 }
Esempio n. 2
0
 partial void OnRecycleMarkers()
 {
     PoolHashSet <BufferArray <bool> > .Recycle(ref this.allExistMarkers);
 }