public class ArrayPool<T>
Public Class ArrayPool(Of T)
type ArrayPool<'T> = class end
ArrayPoolT | 提供一个数组对象的池化容器。 |
ArrayPoolT(Int32, Int32) | 提供一个数组对象的池化容器。 |
Capacity | 对象池的最大容量。 |
MaxBucketsToTry | 最大请求尺寸梯度。 |
Clear | 清理池中所有对象。 |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetPoolSize | 获取当前池中的所有对象。 |
GetType | Gets the Type of the current instance. (继承自 Object。) |
HitSize | 命中匹配尺寸 |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
Rent | 获取一个不小于指定尺寸的池化数组对象。 |
Return | 归还池化对象。 |
ToString | Returns a string that represents the current object. (继承自 Object。) |
Map | (由 Mapper 定义。) |
Map | (由 Mapper 定义。) |
MapTTarget | (由 Mapper 定义。) |
ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |