ReadOnlyCollectionBuilder<T>::Count Property

 

Returns number of elements in the ReadOnlyCollectionBuilder.

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

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of elements in the ReadOnlyCollectionBuilder.

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