System.IO.ByteBufferAllocator.ByteBufferAllocator C# (CSharp) Méthode

ByteBufferAllocator() public méthode

public ByteBufferAllocator ( int bufferSize ) : System
bufferSize int
Résultat System
        public ByteBufferAllocator(int bufferSize)
        {
            _bufferSize = bufferSize;
        }