G
Gabe Moothart
Hi,
I would like to use a System.Collections.Queue which is constant size -
if it is full, it should fail to add new items instead of growing
automatically. I looked at the help, and thought that a growth factor of
1.0 would do this. However, it doesn't seem to have worked. Is there any
way to keep the queue from growing?
TIA,
Gabe
I would like to use a System.Collections.Queue which is constant size -
if it is full, it should fail to add new items instead of growing
automatically. I looked at the help, and thought that a growth factor of
1.0 would do this. However, it doesn't seem to have worked. Is there any
way to keep the queue from growing?
TIA,
Gabe