Overload | Description |
---|---|
ByteStringCollection Constructor() | Initializes an empty collection. |
ByteStringCollection Constructor(Int32) | Initializes the collection with the specified capacity. |
ByteStringCollection Constructor(IEnumerable<Byte[]>) | Initializes the collection from another collection. |