Question:Which of the following represents a collection of bytes in C#?
A List<byte> B Array C BitArray D byte[]
+ AnswerD
+ Report