Collections.Core API inventory

Owns generic, immutable, frozen, concurrent, specialized, and non-generic collection contracts and implementations used throughout the runtime.

Generated public inventory87 headersSource 6d429559

Ownership and selection

FactPinned value
Physical ownermodules/collections
CMake targetSharpRuntime::Collections.Core
Component kindinterface
Direct production dependenciesCore.Base
External dependencyNone
Public headers87
Production sources0

Select the component

set(SHARP_RUNTIME_COMPONENTS Collections.Core)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)

target_link_libraries(app PRIVATE SharpRuntime::Collections.Core)

Compatibility and platform notes

Portable native containers with explicit value and pointer ownership. Mutation, iterator invalidation, comparers, and exception behavior are not supplied by a managed runtime.

Implementation-status evidence

The owning module contains 77 C++ test sources and participates in a physical component test executable. Source-file count is not a discovered-test count.

This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.

Public header and entry inventory

This complete list is derived from modules/collections/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.

System::Collections19 public headers
System::Collections::Concurrent6 public headers
System::Collections::Frozen2 public headers
System::Collections::Generic33 public headers
System::Collections::Immutable13 public headers
System::Collections::ObjectModel5 public headers
System::Collections::Specialized7 public headers
System::Collections::detail2 public headers ยท internal/support path