System.Runtime.CompilerServices.ReadOnlyCollectionBuilder<T>: Property Members

The properties of System.Runtime.CompilerServices.ReadOnlyCollectionBuilder<T> are listed below. For a list of all members, see the ReadOnlyCollectionBuilder<T> Members list.

See Also: Inherited members from System.Object

Public Properties

Capacityint.

Gets and sets the capacity of this ReadOnlyCollectionBuilder.

[read-only]
Countint.

Returns number of elements in the ReadOnlyCollectionBuilder.

default property
Item(int)T. Documentation for this section has not yet been entered.