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