| Overload | Description |
|---|---|
| BufferCollection Constructor() | Creates an empty collection. |
| BufferCollection Constructor(Int32) | Creates an empty collection with the specified capacity. |
| BufferCollection Constructor(ArraySegment<Byte>) | Creates a collection with a single element. |
| BufferCollection Constructor(Byte[],Int32,Int32) | Creates a collection with a single element. |