public object[] ToArray()
#endif
        {
            return(small != null?small.ToArray() : large.ToArray());
        }