PropertyValue
rdfs:label
  • How do you serialize an IList object
rdfs:comment
  • Cast your IList to an array: Dim arr As Object() list.CopyTo(arr, 0) Then serialize away! (i.e. using the array)
dcterms:subject
abstract
  • Cast your IList to an array: Dim arr As Object() list.CopyTo(arr, 0) Then serialize away! (i.e. using the array)