using SomeName=System.Collections.ArrayList;
or even
using SomeName=System.Collections.Generic.IList<string>;
Completion of 'SomeName' should work!