ReadOnlyCollectionBuilder<'T> Constructor
.NET Framework (current version)
Namespace:
System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Return to top
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ReadOnlyCollectionBuilder<'T>() | Constructs a ReadOnlyCollectionBuilder. |
![]() | ReadOnlyCollectionBuilder<'T>(IEnumerable<'T>) | Constructs a ReadOnlyCollectionBuilder, copying contents of the given collection. |
![]() | ReadOnlyCollectionBuilder<'T>(Int32) | Constructs a ReadOnlyCollectionBuilder with a given initial capacity. The contents are empty but builder will have reserved room for the given number of elements before any reallocations are required. |
Show:
