SimpleArrayByte Constructor | 
| Name | Description | |
|---|---|---|
| SimpleArrayByte | 
            Initializes a new SimpleArrayByte class.
              | |
| SimpleArrayByte(IEnumerableByte) | 
            Initializes a new SimpleArrayByte class
              | |
| SimpleArrayByte(Int32) | 
            Initializes a new SimpleArrayByte class.
            Initial size of the array - all values are set to zero.  | |
| SimpleArrayByte(SimpleArrayByte) | 
            Initializes a new SimpleArrayByte with the contents of another SimpleArrayByte.
              |