CArray::GetSize

int GetSize( ) const;

说明:
返回数组的大小。既然索引基于0,所以数组的大小比最大的索引多1。

请参阅:CArray::GetUpperBound, CArray::SetSize