在.Net中的List.h的模拟

Mik*_*ike 0 .net c++ collections list

我以前使用List.h来处理C++中的列表,但.Net中是否有类似的库?Becouse我不能将List.h用于托管类型.

Fre*_*els 6

查看System.CollectionsSystem.Collections.Generic命名空间.在那里,你会发现类,如ArrayList,List<T>等...