BufferGetByte Method |
Namespace: System
public static byte GetByte( Array array, int index )
Exception | Condition |
---|---|
ArgumentException | array is not a primitive. |
ArgumentNullException | array is null. |
ArgumentOutOfRangeException | index is negative or greater than the length of array. |