Overload | Description |
---|---|
SByteCollection Constructor() | Initializes an empty collection. |
SByteCollection Constructor(Int32) | Initializes the collection and sets the maximum capacity |
SByteCollection Constructor(IEnumerable<SByte>) | Initializes the collection and populates it with the specified collection of SByte values |