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