Question about module

in Help Center
hi,
suppose that there are two ice files :
a.ice
module A
{
sequence<string> AString;
};
b.ice
#include <a.ice>
module B
{
sequence<AString> b;
};
In modue B, how to refer to the AString of the module A with slice language?
It seems an easy question but I can not find the answer from doc. Perhaps I missed something when I read .
TIA
OrNot
suppose that there are two ice files :
a.ice
module A
{
sequence<string> AString;
};
b.ice
#include <a.ice>
module B
{
sequence<AString> b;
};
In modue B, how to refer to the AString of the module A with slice language?
It seems an easy question but I can not find the answer from doc. Perhaps I missed something when I read .
TIA
OrNot
0
Comments
Benoit.