Метод | Описание | |
---|---|---|
EnsureBufferSize ( IArrayPool |
||
RentBuffer ( IArrayPool |
||
ReturnBuffer ( IArrayPool |
public static EnsureBufferSize ( IArrayPool |
||
bufferPool | IArrayPool |
|
size | int | |
buffer | char | |
Результат | char[] |
public static RentBuffer ( IArrayPool |
||
bufferPool | IArrayPool |
|
minSize | int | |
Результат | char[] |
public static ReturnBuffer ( IArrayPool |
||
bufferPool | IArrayPool |
|
buffer | char | |
Результат | void |