|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents a strongly typed list of objects that can be accessed by index mirroring .NET List<T>. More...
#include "Common.h"#include "System/Object.h"#include "System/Array.h"#include <new>#include <utility>#include <initializer_list>Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Collections::Generic::List< T > |
| Represents a strongly typed list of objects accessible by index. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Collections |
| namespace | DotNetDupe::System::Collections::Generic |
Represents a strongly typed list of objects that can be accessed by index mirroring .NET List<T>.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file List.h.