_CORBA_Unbounded_Sequence ??

  • Thread starter Thread starter DaTurk
  • Start date Start date
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.
 
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.
 
Back
Top