Author Topic: Arrays (Lists)  (Read 391 times)

mc-John

  • Global Moderator
  • Full Member
  • *****
  • Posts: 212
    • View Profile
Re: Arrays (Lists)
« on: February 14, 2017, 10:07:00 am »
Yes you can add a ListOfByte to a ListOfObject. You can add every type to a ListOfObject because a ListOfObject contains Objects and you can represent every type into an Object. Value types are boxed to do this.
Getting data out requires casting.