_CORBA_Unbounded_Sequence ??

D

DaTurk

Does anyone know anything about this? What is it? Is it an array? I
have to use it and I can't figure out what it would map to in CLI.
 
B

Ben Voigt

DaTurk said:
Does anyone know anything about this? What is it? Is it an array? I
have to use it and I can't figure out what it would map to in CLI.

CORBA is a distributed computing system (remote procedure call), like DCOM
or web services. "unbounded sequence" sounds like the dimension is not
fixed, so System::Collections::List would be a closer match than an array.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top