ReadOnlyCollectionBuilder<T>.Capacity Property

 

Gets and sets the capacity of this ReadOnlyCollectionBuilder.

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

public int Capacity { get; set; }

Property Value

Type: System.Int32

The capacity of this ReadOnlyCollectionBuilder.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: