![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm writing a web service that I want to return a strongly typed collection. If I inherit System.collections.generic.list(of T) it returns an ArrayOfT. If I inherit CollectionsBase, it also returns an ArrayOf. I want the root xml element to just be of the class itself (if that makes any sense). Is this even possible? What do I need to inherit? |
#3
| |||
| |||
|
|
I'm writing a web service that I want to return a strongly typed collection. If I inherit System.collections.generic.list(of T) it returns an ArrayOfT. If I inherit CollectionsBase, it also returns an ArrayOf. I want the root xml element to just be of the class itself (if that makes any sense). Is this even possible? What do I need to inherit? |
#4
| |||
| |||
|
|
I'm writing a web service that I want to return a strongly typed collection. If I inherit System.collections.generic.list(of T) it returns an ArrayOfT. If I inherit CollectionsBase, it also returns an ArrayOf. I want the root xml element to just be of the class itself (if that makes any sense). Is this even possible? What do I need to inherit? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |